Skip to content

Commit 6abaf58

Browse files
committed
Update compatibility patch
1 parent 4454348 commit 6abaf58

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

tests/php-compatibility.patch

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
diff --git a/tests/expected_report.txt b/tests/expected_report.txt
2-
index 11b8d1c..5072a64 100644
2+
index d1fdd9f..a93a3e1 100644
33
--- a/tests/expected_report.txt
44
+++ b/tests/expected_report.txt
5-
@@ -13,7 +13,7 @@ tests/input/ControlStructures.php 13 0
5+
@@ -5,15 +5,16 @@ FILE ERRORS WARNINGS
6+
----------------------------------------------------------------------
7+
tests/input/array_indentation.php 10 0
8+
tests/input/assignment-operators.php 4 0
9+
+tests/input/binary_operators.php 9 0
10+
tests/input/class-references.php 10 0
11+
-tests/input/concatenation_spacing.php 24 0
12+
+tests/input/concatenation_spacing.php 49 0
13+
tests/input/constants-no-lsb.php 2 0
14+
tests/input/constants-var.php 4 0
15+
tests/input/ControlStructures.php 17 0
616
tests/input/doc-comment-spacing.php 10 0
717
tests/input/duplicate-assignment-variable.php 1 0
818
tests/input/EarlyReturn.php 6 0
919
-tests/input/example-class.php 34 0
10-
+tests/input/example-class.php 37 0
20+
+tests/input/example-class.php 39 0
1121
tests/input/forbidden-comments.php 8 0
1222
tests/input/forbidden-functions.php 6 0
1323
tests/input/inline_type_hint_assertions.php 7 0
14-
@@ -33,15 +33,15 @@ tests/input/superfluous-naming.php 11 0
24+
@@ -33,15 +34,15 @@ tests/input/superfluous-naming.php 11 0
1525
tests/input/test-case.php 8 0
1626
tests/input/trailing_comma_on_array.php 1 0
1727
tests/input/traits-uses.php 11 0
@@ -22,11 +32,11 @@ index 11b8d1c..5072a64 100644
2232
tests/input/useless-semicolon.php 2 0
2333
tests/input/UselessConditions.php 20 0
2434
----------------------------------------------------------------------
25-
-A TOTAL OF 292 ERRORS AND 0 WARNINGS WERE FOUND IN 35 FILES
26-
+A TOTAL OF 296 ERRORS AND 0 WARNINGS WERE FOUND IN 35 FILES
35+
-A TOTAL OF 296 ERRORS AND 0 WARNINGS WERE FOUND IN 35 FILES
36+
+A TOTAL OF 336 ERRORS AND 0 WARNINGS WERE FOUND IN 36 FILES
2737
----------------------------------------------------------------------
28-
-PHPCBF CAN FIX 231 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
29-
+PHPCBF CAN FIX 235 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
38+
-PHPCBF CAN FIX 235 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
39+
+PHPCBF CAN FIX 275 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
3040
----------------------------------------------------------------------
3141

3242

0 commit comments

Comments
 (0)