Skip to content

Commit 8660d87

Browse files
committed
Update compatibility patch
1 parent d8f887c commit 8660d87

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/php81-compatibility.patch

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
diff --git a/tests/expected_report.txt b/tests/expected_report.txt
2-
index 1d5a7d3..a10bb10 100644
2+
index 1d5a7d3..5ecc5b1 100644
33
--- a/tests/expected_report.txt
44
+++ b/tests/expected_report.txt
5-
@@ -14,23 +14,24 @@ tests/input/constants-var.php 6 0
5+
@@ -14,23 +14,25 @@ tests/input/constants-var.php 6 0
66
tests/input/ControlStructures.php 28 0
77
tests/input/doc-comment-spacing.php 11 0
88
tests/input/duplicate-assignment-variable.php 1 0
99
-tests/input/EarlyReturn.php 6 0
1010
-tests/input/example-class.php 38 0
1111
+tests/input/EarlyReturn.php 7 0
1212
+tests/input/example-class.php 43 0
13+
+tests/input/ExampleBackedEnum.php 1 0
1314
tests/input/forbidden-comments.php 14 0
1415
tests/input/forbidden-functions.php 6 0
1516
tests/input/inline_type_hint_assertions.php 7 0
@@ -35,7 +36,7 @@ index 1d5a7d3..a10bb10 100644
3536
tests/input/semicolon_spacing.php 3 0
3637
tests/input/single-line-array-spacing.php 5 0
3738
tests/input/spread-operator.php 6 0
38-
@@ -39,16 +40,17 @@ tests/input/strings.php 1 0
39+
@@ -39,16 +41,17 @@ tests/input/strings.php 1 0
3940
tests/input/superfluous-naming.php 11 0
4041
tests/input/test-case.php 8 0
4142
tests/input/trailing_comma_on_array.php 1 0
@@ -50,10 +51,10 @@ index 1d5a7d3..a10bb10 100644
5051
+tests/input/UselessConditions.php 21 0
5152
----------------------------------------------------------------------
5253
-A TOTAL OF 381 ERRORS AND 0 WARNINGS WERE FOUND IN 42 FILES
53-
+A TOTAL OF 423 ERRORS AND 0 WARNINGS WERE FOUND IN 44 FILES
54+
+A TOTAL OF 424 ERRORS AND 0 WARNINGS WERE FOUND IN 45 FILES
5455
----------------------------------------------------------------------
5556
-PHPCBF CAN FIX 315 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
56-
+PHPCBF CAN FIX 357 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
57+
+PHPCBF CAN FIX 358 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
5758
----------------------------------------------------------------------
5859

5960

0 commit comments

Comments
 (0)