Skip to content

Commit

Permalink
Removin PHPCS Generic.CodeAnalysis checks
Browse files Browse the repository at this point in the history
PHPCS was complaining about an empty chatch block, even though it had a comment in it.
That's silly. Thiemo said we should just disable all the Generic.CodeAnalysis checks,
since they are all silly.
  • Loading branch information
daniel committed Feb 9, 2017
1 parent b7c1a17 commit 8cede90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpcs.xml
Expand Up @@ -7,7 +7,6 @@
<rule ref="Generic.Arrays.DisallowLongArraySyntax" />

<rule ref="Generic.Classes" />
<rule ref="Generic.CodeAnalysis" />
<rule ref="Generic.ControlStructures" />

<rule ref="Generic.Files.ByteOrderMark" />
Expand Down

0 comments on commit 8cede90

Please sign in to comment.