Skip to content

Commit

Permalink
Remove use of defunct properties in ruleset.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 9, 2023
1 parent 00a0d22 commit 4728b69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CakePHP/ruleset.xml
Expand Up @@ -163,9 +163,6 @@
<property name="linesCountBeforeDeclare" value="0"/>
<property name="linesCountAfterDeclare" value="1"/>
<property name="spacesCountAroundEqualsSign" value="0"/>
<!-- Property names used in slevomat/coding-standard v6 -->
<property name="newlinesCountAfterDeclare" value="2"/>
<property name="newlinesCountBetweenOpenTagAndDeclare" value="1"/>
</properties>
<exclude-pattern>*/config/*</exclude-pattern>
<exclude-pattern>*/templates/*</exclude-pattern>
Expand Down

0 comments on commit 4728b69

Please sign in to comment.