Fix ruleset after PHP_CodeSniffer 2.3.0 update

This commit is contained in:
Ben Word
2015-03-05 12:05:20 -06:00
parent c5939545f1
commit 2717fb7e66

View File

@@ -26,7 +26,7 @@
</rule>
<!-- Allow PHP closing tags on templates -->
<rule ref="Zend.Files.ClosingTag.NotAllowed">
<rule ref="PSR2.Files.ClosingTag.NotAllowed">
<exclude-pattern>templates/*</exclude-pattern>
<exclude-pattern>404.php</exclude-pattern>
<exclude-pattern>index.php</exclude-pattern>