File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<!-- Import Doctrine coding standard (base) -->
10
10
<rule ref =" Doctrine" >
11
+ <exclude name =" Generic.Formatting.MultipleStatementAlignment.NotSame" />
12
+ <exclude name =" SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix" />
13
+ <exclude name =" SlevomatCodingStandard.TypeHints.UselessConstantTypeHint.UselessDocComment" />
14
+ </rule >
15
+
16
+ <rule ref =" Generic.Formatting.SpaceAfterNot" >
17
+ <properties >
18
+ <property name =" spacing" value =" 0" />
19
+ </properties >
20
+ </rule >
21
+
22
+ <rule ref =" Squiz.Classes.ValidClassName.NotCamelCaps" >
23
+ <exclude-pattern >**/*_.php</exclude-pattern >
24
+ </rule >
25
+
26
+ <rule ref =" PSR1.Methods.CamelCapsMethodName.NotCamelCaps" >
27
+ <exclude-pattern >*/tests/unit/*.php</exclude-pattern >
28
+ <exclude-pattern >*/tests/integration/*.php</exclude-pattern >
11
29
</rule >
12
30
</ruleset >
You can’t perform that action at this time.
0 commit comments