Skip to content

Commit

Permalink
Try to make the patch apply
Browse files Browse the repository at this point in the history
  • Loading branch information
gmponos committed Jun 21, 2020
1 parent 5740d3a commit 7385a35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/expected_report.txt
Expand Up @@ -31,10 +31,10 @@ tests/input/return_type_on_methods.php 17 0
tests/input/semicolon_spacing.php 3 0
tests/input/spread-operator.php 6 0
tests/input/static-closures.php 1 0
tests/input/superfluous-naming.php 11 0
tests/input/superfluous-naming.php 14 0
tests/input/test-case.php 8 0
tests/input/trailing_comma_on_array.php 1 0
tests/input/traits-uses.php 11 0
tests/input/traits-uses.php 12 0
tests/input/type-hints.php 4 0
tests/input/UnusedVariables.php 1 0
tests/input/use-ordering.php 1 0
Expand Down
4 changes: 2 additions & 2 deletions tests/php-compatibility.patch
Expand Up @@ -21,7 +21,7 @@ index 1e809f9..490fcbd 100644
-tests/input/example-class.php 34 0
-tests/input/forbidden-comments.php 8 0
+tests/input/example-class.php 39 0
+tests/input/forbidden-comments.php 14 0
+tests/input/forbidden-comments.php 16 0
tests/input/forbidden-functions.php 6 0
tests/input/inline_type_hint_assertions.php 7 0
tests/input/LowCaseTypes.php 2 0
Expand Down Expand Up @@ -54,7 +54,7 @@ index 1e809f9..490fcbd 100644
tests/input/UselessConditions.php 20 0
----------------------------------------------------------------------
-A TOTAL OF 310 ERRORS AND 0 WARNINGS WERE FOUND IN 37 FILES
+A TOTAL OF 384 ERRORS AND 0 WARNINGS WERE FOUND IN 41 FILES
+A TOTAL OF 391 ERRORS AND 0 WARNINGS WERE FOUND IN 41 FILES
----------------------------------------------------------------------
-PHPCBF CAN FIX 249 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
+PHPCBF CAN FIX 319 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
Expand Down

0 comments on commit 7385a35

Please sign in to comment.