Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved plugins template and new PHPCS rules #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 13, 2020

  1. Added PHPCS rules

    Screenfeed committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    8a24ace View commit details
    Browse the repository at this point in the history
  2. Improved plugins template

    - File header with new entries.
    - Modified the namespace.
    - Replaced the `or` statement by `||`.
    - Put the `add_action()` before the function.
    - Added a `@since` tag to the function DocBlock.
    Screenfeed committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    51528b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31de9fa View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    5f17f4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845c645 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Applied Tonya’s suggestions

    - Added vendor to namespaces
    - Removed `@package` tags since they are redundent with namespaces. Also added the related phpcs exclusion in phpcs.xml.
    - Fixed `CamelCase` => `PascalCase` in general README.
    - Removed useless priority + number of args in a filter in "Change Bulk Buffer Size" helper.
    Screenfeed committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    d36d893 View commit details
    Browse the repository at this point in the history