@@ -14,23 +14,26 @@ tests/input/constants-var.php 7 0
1414tests/input/ControlStructures.php 28 0
1515tests/input/doc-comment-spacing.php 11 0
1616tests/input/duplicate-assignment-variable.php 1 0
17- tests/input/EarlyReturn.php 6 0
18- tests/input/example-class.php 38 0
17+ tests/input/EarlyReturn.php 7 0
18+ tests/input/example-class.php 43 0
19+ tests/input/ExampleBackedEnum.php 3 0
20+ tests/input/Exceptions.php 1 0
1921tests/input/forbidden-comments.php 14 0
2022tests/input/forbidden-functions.php 6 0
2123tests/input/inline_type_hint_assertions.php 7 0
2224tests/input/LowCaseTypes.php 2 0
2325tests/input/namespaces-spacing.php 7 0
24- tests/input/NamingCamelCase.php 6 0
26+ tests/input/NamingCamelCase.php 9 0
2527tests/input/negation-operator.php 2 0
26- tests/input/new_with_parentheses.php 18 0
28+ tests/input/new_with_parentheses.php 19 0
2729tests/input/not_spacing.php 8 0
28- tests/input/null_coalesce_equal_operator.php 1 0
30+ tests/input/null_coalesce_equal_operator.php 5 0
2931tests/input/null_coalesce_operator.php 3 0
32+ tests/input/null_safe_operator.php 1 0
3033tests/input/optimized-functions.php 1 0
31- tests/input/PropertyDeclaration.php 6 0
32- tests/input/return_type_on_closures.php 21 0
33- tests/input/return_type_on_methods.php 17 0
34+ tests/input/PropertyDeclaration.php 14 0
35+ tests/input/return_type_on_closures.php 26 0
36+ tests/input/return_type_on_methods.php 22 0
3437tests/input/semicolon_spacing.php 3 0
3538tests/input/single-line-array-spacing.php 5 0
3639tests/input/spread-operator.php 6 0
@@ -39,16 +42,17 @@ tests/input/strings.php 1 0
3942tests/input/superfluous-naming.php 11 0
4043tests/input/test-case.php 8 0
4144tests/input/trailing_comma_on_array.php 1 0
45+ tests/input/TrailingCommaOnFunctions.php 6 0
4246tests/input/traits-uses.php 11 0
43- tests/input/type-hints.php 7 0
47+ tests/input/type-hints.php 9 0
4448tests/input/UnusedVariables.php 1 0
4549tests/input/use-ordering.php 1 0
4650tests/input/useless-semicolon.php 2 0
47- tests/input/UselessConditions.php 20 0
51+ tests/input/UselessConditions.php 21 0
4852----------------------------------------------------------------------
49- A TOTAL OF 382 ERRORS AND 0 WARNINGS WERE FOUND IN 42 FILES
53+ A TOTAL OF 428 ERRORS AND 0 WARNINGS WERE FOUND IN 46 FILES
5054----------------------------------------------------------------------
51- PHPCBF CAN FIX 317 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
55+ PHPCBF CAN FIX 363 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
5256----------------------------------------------------------------------
5357
5458
0 commit comments