Skip to content

Commit 7385a35

Browse files
committed
Try to make the patch apply
1 parent 5740d3a commit 7385a35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/expected_report.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ tests/input/return_type_on_methods.php 17 0
3131
tests/input/semicolon_spacing.php 3 0
3232
tests/input/spread-operator.php 6 0
3333
tests/input/static-closures.php 1 0
34-
tests/input/superfluous-naming.php 11 0
34+
tests/input/superfluous-naming.php 14 0
3535
tests/input/test-case.php 8 0
3636
tests/input/trailing_comma_on_array.php 1 0
37-
tests/input/traits-uses.php 11 0
37+
tests/input/traits-uses.php 12 0
3838
tests/input/type-hints.php 4 0
3939
tests/input/UnusedVariables.php 1 0
4040
tests/input/use-ordering.php 1 0

tests/php-compatibility.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ index 1e809f9..490fcbd 100644
2121
-tests/input/example-class.php 34 0
2222
-tests/input/forbidden-comments.php 8 0
2323
+tests/input/example-class.php 39 0
24-
+tests/input/forbidden-comments.php 14 0
24+
+tests/input/forbidden-comments.php 16 0
2525
tests/input/forbidden-functions.php 6 0
2626
tests/input/inline_type_hint_assertions.php 7 0
2727
tests/input/LowCaseTypes.php 2 0
@@ -54,7 +54,7 @@ index 1e809f9..490fcbd 100644
5454
tests/input/UselessConditions.php 20 0
5555
----------------------------------------------------------------------
5656
-A TOTAL OF 310 ERRORS AND 0 WARNINGS WERE FOUND IN 37 FILES
57-
+A TOTAL OF 384 ERRORS AND 0 WARNINGS WERE FOUND IN 41 FILES
57+
+A TOTAL OF 391 ERRORS AND 0 WARNINGS WERE FOUND IN 41 FILES
5858
----------------------------------------------------------------------
5959
-PHPCBF CAN FIX 249 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
6060
+PHPCBF CAN FIX 319 OF THESE SNIFF VIOLATIONS AUTOMATICALLY

0 commit comments

Comments
 (0)