Skip to content

Commit e3987fd

Browse files
committed
Merge branch 'develop'
2 parents 5ab3811 + 76397f4 commit e3987fd

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

phpcodesniffer.xml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,18 @@
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-->
@@ -71,5 +65,3 @@
7165
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
7266

7367
</ruleset>
74-
75-

phpunit.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)