mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-12-18 23:06:18 -05:00
Rename rule: ignore NotPascalCase in views/helpers
PHP_CodeSniffer 4.0 renamed the class name NotCamelCaps to NotPascalCase.
This commit is contained in:
parent
d658c73c73
commit
d45d61dacd
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
<exclude-pattern>*/application/views/helpers/*</exclude-pattern>
|
||||
<exclude-pattern>*/library/Icinga/Web/Paginator/ScrollingStyle/SlidingWithBorder.php</exclude-pattern>
|
||||
</rule>
|
||||
<rule ref="Squiz.Classes.ValidClassName.NotCamelCaps">
|
||||
<rule ref="Squiz.Classes.ValidClassName.NotPascalCase">
|
||||
<exclude-pattern>*/application/views/helpers/*</exclude-pattern>
|
||||
<exclude-pattern>*/library/Icinga/Web/Paginator/ScrollingStyle/SlidingWithBorder.php</exclude-pattern>
|
||||
</rule>
|
||||
|
|
|
|||
Loading…
Reference in a new issue