File tree 3 files changed +5
-7
lines changed 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 144
144
<property name =" linesCountBetweenUses" value =" 0" />
145
145
</properties >
146
146
</rule >
147
- <!-- Forbid dead code -->
148
- <rule ref =" SlevomatCodingStandard.Classes.UnusedPrivateElements" />
149
147
<!-- Forbid prefix and suffix "Abstract" for abstract classes -->
150
148
<rule ref =" SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming" />
151
149
<!-- Forbid prefix and suffix "Exception" for exception classes -->
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ tests/input/forbidden-functions.php 6 0
21
21
tests/input/inline_type_hint_assertions.php 7 0
22
22
tests/input/LowCaseTypes.php 2 0
23
23
tests/input/namespaces-spacing.php 7 0
24
- tests/input/NamingCamelCase.php 7 0
24
+ tests/input/NamingCamelCase.php 6 0
25
25
tests/input/negation-operator.php 2 0
26
26
tests/input/new_with_parentheses.php 18 0
27
27
tests/input/not_spacing.php 8 0
@@ -45,7 +45,7 @@ tests/input/use-ordering.php 1 0
45
45
tests/input/useless-semicolon.php 2 0
46
46
tests/input/UselessConditions.php 20 0
47
47
----------------------------------------------------------------------
48
- A TOTAL OF 375 ERRORS AND 0 WARNINGS WERE FOUND IN 41 FILES
48
+ A TOTAL OF 374 ERRORS AND 0 WARNINGS WERE FOUND IN 41 FILES
49
49
----------------------------------------------------------------------
50
50
PHPCBF CAN FIX 310 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
51
51
----------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ index fd5432c..233e24d 100644
13
13
tests/input/inline_type_hint_assertions.php 7 0
14
14
@@ -23,9 +23,9 @@ tests/input/LowCaseTypes.php 2 0
15
15
tests/input/namespaces-spacing.php 7 0
16
- tests/input/NamingCamelCase.php 7 0
16
+ tests/input/NamingCamelCase.php 6 0
17
17
tests/input/negation-operator.php 2 0
18
18
- tests/input/new_with_parentheses.php 18 0
19
19
+ tests/input/new_with_parentheses.php 19 0
@@ -34,8 +34,8 @@ index fd5432c..233e24d 100644
34
34
tests/input/useless-semicolon.php 2 0
35
35
tests/input/UselessConditions.php 20 0
36
36
----------------------------------------------------------------------
37
- - A TOTAL OF 375 ERRORS AND 0 WARNINGS WERE FOUND IN 41 FILES
38
- + A TOTAL OF 384 ERRORS AND 0 WARNINGS WERE FOUND IN 41 FILES
37
+ - A TOTAL OF 374 ERRORS AND 0 WARNINGS WERE FOUND IN 41 FILES
38
+ + A TOTAL OF 383 ERRORS AND 0 WARNINGS WERE FOUND IN 41 FILES
39
39
----------------------------------------------------------------------
40
40
- PHPCBF CAN FIX 310 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
41
41
+ PHPCBF CAN FIX 319 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
You can’t perform that action at this time.
0 commit comments