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

PHPCS: Add XML based sniff documentation #146

Merged
merged 11 commits into from
Jul 31, 2019

Commits on Jul 25, 2019

  1. Travis: verify XML sniff documentation is well-formed

    Check that the XML sniff documentation files are well-formed and will not cause parse errors, i.e. have matching open/close tags.
    jrfnl committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    8cd6cc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d87dd9b View commit details
    Browse the repository at this point in the history
  3. FileComment: add sniff documentation

    Includes documentation on the error codes inherited from the upstream `Squiz.Commenting.FileComment` sniff.
    jrfnl committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    9dc7e8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe7e8fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3017348 View commit details
    Browse the repository at this point in the history
  6. FunctionSpacing: add sniff documentation

    Documents the error codes inherited from the upstream `Squiz.WhiteSpace.FunctionSpacing` sniff:
    * with the property values as set in the Yoast version;
    * with the limitation to OO structures as set in the Yoast version.
    jrfnl committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    841671d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86765fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f896ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    839c5a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bdacd19 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5722968 View commit details
    Browse the repository at this point in the history