File tree Expand file tree Collapse file tree 2 files changed +3
-29
lines changed
Expand file tree Collapse file tree 2 files changed +3
-29
lines changed Original file line number Diff line number Diff line change 1010 <rule ref =" Generic.Formatting.SpaceAfterCast" />
1111
1212 <!-- Function name in camelCase-->
13- <rule ref =" Generic.NamingConventions.CamelCapsFunctionName" >
14- <!-- Allow helpers with snake_case-->
15- <exclude-pattern >helpers.php</exclude-pattern >
16- </rule >
13+ <rule ref =" Generic.NamingConventions.CamelCapsFunctionName" />
1714
1815 <!-- PHP5 constructor syntax "function __construct()"-->
19- <!-- < rule ref="Generic.NamingConventions.ConstructorName"/> -- >
16+ <rule ref =" Generic.NamingConventions.ConstructorName" />
2017
2118 <!-- Check for deprecated functions-->
2219 <rule ref =" Generic.PHP.DeprecatedFunctions" />
2320
2421 <!-- Force tabs identation-->
2522 <rule ref =" Generic.WhiteSpace.DisallowSpaceIndent" />
2623
27- <!-- Suppress warning for some files without PHP code-->
28- <rule ref =" Internal.NoCodeFound" >
29- <exclude-pattern >/views/</exclude-pattern >
30- </rule >
24+ <rule ref =" Internal.NoCodeFound" />
3125
3226 <rule ref =" PSR2" >
3327 <!-- Allow one line control structures to have no curly braces-->
7165 <rule ref =" Squiz.WhiteSpace.SemicolonSpacing" />
7266
7367</ruleset >
74-
75-
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments