Skip to content

Commit

Permalink
Slevomat Coding Standard 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Sep 16, 2017
1 parent 5445e44 commit 2bafec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Consistence/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<rule ref="SlevomatCodingStandard.Classes.ClassConstantVisibility"/>
<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements"/>
<rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration"/>
<rule ref="SlevomatCodingStandard.ControlStructures.YodaComparison"/>
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison"/>
<rule ref="SlevomatCodingStandard.Exceptions.DeadCatch"/>
<rule ref="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly"/>
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses">
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "~7.0",
"squizlabs/php_codesniffer": "~3.0.1",
"slevomat/coding-standard": "~3.0"
"slevomat/coding-standard": "~4.0"
},
"require-dev": {
"jakub-onderka/php-console-highlighter": "0.3.2",
Expand Down

0 comments on commit 2bafec2

Please sign in to comment.