Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
Update Slevomat CS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jan 3, 2016
1 parent 1109213 commit 5526eb1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Nella/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@
<exclude-pattern>*.phpt</exclude-pattern>
<exclude-pattern>*/bootstrap.php</exclude-pattern>
</rule>
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses">
<properties>
<property name="searchAnnotations" type="bool" value="true"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword">
<properties>
<property name="keywordsToCheck" type="array" value="T_EXTENDS,T_IMPLEMENTS"/>
</properties>
</rule>
</ruleset>

0 comments on commit 5526eb1

Please sign in to comment.