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

CS update after upstream changes #209

Merged
merged 4 commits into from
Aug 8, 2021
Merged

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Aug 8, 2021

PHPCS ruleset: update ruleset for upstream changes

  • Fix the name and description to prevent confusion between the project ruleset and the organisation ruleset.
  • Set the minimum PHP version for the PHPCompatibility standard.
  • Don't require property type declarations.
  • Ensure special characters used as literals in an exclude pattern are escaped.

CS: no whitespace before return type colon

CS: blank line between different use statement types

CS: miscellaneous other whitespace fixes

jrfnl added 4 commits August 8, 2021 19:43
* Fix the name and description to prevent confusion between the project ruleset and the organisation ruleset.
* Set the minimum PHP version for the PHPCompatibility standard.
* Don't require property type declarations.
* Ensure special characters used as literals in an exclude pattern are escaped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants