Skip to content

Commit

Permalink
update for phpcs 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Jun 11, 2018
1 parent c9373c7 commit c56c0a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"homepage": "https://github.com/packaged/codestandards",
"license": "MIT",
"require": {
"squizlabs/php_codesniffer": "^3.0.0"
"squizlabs/php_codesniffer": "^3.3.0"
}
}
2 changes: 1 addition & 1 deletion ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
<rule ref="Generic.PHP.LowerCaseConstant"/>
<rule ref="Generic.PHP.NoSilencedErrors"/>
<rule ref="Generic.Files.EndFileNewline"/>
<rule ref="Generic.PHP.ForbiddenFunctions"/>

<rule ref="Squiz.Classes.ValidClassName"/>
<rule ref="Squiz.Functions.LowercaseFunctionKeywords"/>
<rule ref="Squiz.PHP.ForbiddenFunctions"/>
<rule ref="Squiz.PHP.GlobalKeyword"/>
<rule ref="Squiz.PHP.InnerFunctions"/>
<rule ref="Squiz.PHP.LowercasePHPFunctions"/>
Expand Down

0 comments on commit c56c0a9

Please sign in to comment.