Skip to content

Commit

Permalink
remove unsupported phpcs rule
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jan 7, 2016
1 parent 47f6260 commit 6b5fc68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/>
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
</rule>
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
<rule ref="PEAR.Commenting.FunctionComment">
<exclude name="PEAR.Commenting.FunctionComment.MissingReturn"/>
<exclude name="PEAR.Commenting.FunctionComment.MissingParamComment"/>
Expand Down

0 comments on commit 6b5fc68

Please sign in to comment.