Skip to content

Commit 7da879c

Browse files
committed
Update compatibility patch
There have been bugfixes in slevomat/coding-standard that affect it.
1 parent d8a60ec commit 7da879c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

tests/php-compatibility.patch

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
diff --git a/tests/expected_report.txt b/tests/expected_report.txt
2-
index 11b8d1c..5072a64 100644
2+
index 11b8d1c..87eafcc 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+
@@ -9,11 +9,11 @@ tests/input/class-references.php 10 0
6+
tests/input/concatenation_spacing.php 24 0
7+
tests/input/constants-no-lsb.php 2 0
8+
tests/input/constants-var.php 4 0
9+
-tests/input/ControlStructures.php 13 0
10+
+tests/input/ControlStructures.php 14 0
611
tests/input/doc-comment-spacing.php 10 0
712
tests/input/duplicate-assignment-variable.php 1 0
813
tests/input/EarlyReturn.php 6 0
@@ -23,10 +28,10 @@ index 11b8d1c..5072a64 100644
2328
tests/input/UselessConditions.php 20 0
2429
----------------------------------------------------------------------
2530
-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
31+
+A TOTAL OF 297 ERRORS AND 0 WARNINGS WERE FOUND IN 35 FILES
2732
----------------------------------------------------------------------
2833
-PHPCBF CAN FIX 231 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
29-
+PHPCBF CAN FIX 235 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
34+
+PHPCBF CAN FIX 236 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
3035
----------------------------------------------------------------------
3136

3237

0 commit comments

Comments
 (0)