File tree Expand file tree Collapse file tree 6 files changed +6
-52
lines changed Expand file tree Collapse file tree 6 files changed +6
-52
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,6 @@ update-compatibility-patch-80:
2424 @git diff -- tests/expected_report.txt tests/fixed tests/input > .tmp-patch && mv .tmp-patch tests/php80-compatibility.patch && git apply -R tests/php80-compatibility.patch
2525 @git commit -m ' Update compatibility patch' tests/php80-compatibility.patch
2626
27- update-compatibility-patch-81 :
28- @git apply tests/php81-compatibility.patch
29- @printf " Please open your editor and apply your changes\n"
30- @until [ " $$ {compatibility_resolved}" == " y" ]; do read -p " Have finished your changes (y|n)? " compatibility_resolved; done && compatibility_resolved=
31- @git diff -- tests/expected_report.txt tests/fixed tests/input > .tmp-patch && mv .tmp-patch tests/php81-compatibility.patch && git apply -R tests/php81-compatibility.patch
32- @git commit -m ' Update compatibility patch' tests/php81-compatibility.patch
33-
34- update-compatibility-patch-82 :
35- @git apply tests/php82-compatibility.patch
36- @printf " Please open your editor and apply your changes\n"
37- @until [ " $$ {compatibility_resolved}" == " y" ]; do read -p " Have finished your changes (y|n)? " compatibility_resolved; done && compatibility_resolved=
38- @git diff -- tests/expected_report.txt tests/fixed tests/input > .tmp-patch && mv .tmp-patch tests/php82-compatibility.patch && git apply -R tests/php82-compatibility.patch
39- @git commit -m ' Update compatibility patch' tests/php82-compatibility.patch
40-
4127vendor : composer.json
4228 composer update
4329 touch -c vendor
Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ tests/input/use-ordering.php 1 0
5454tests/input/useless-semicolon.php 2 0
5555tests/input/UselessConditions.php 21 0
5656----------------------------------------------------------------------
57- A TOTAL OF 464 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
57+ A TOTAL OF 466 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
5858----------------------------------------------------------------------
59- PHPCBF CAN FIX 380 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
59+ PHPCBF CAN FIX 382 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
6060----------------------------------------------------------------------
6161
6262
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ index 087995d..5284a56 100644
5050- tests/input/UselessConditions.php 21 0
5151+ tests/input/UselessConditions.php 20 0
5252 ----------------------------------------------------------------------
53- - A TOTAL OF 464 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
53+ - A TOTAL OF 466 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
5454+ A TOTAL OF 428 ERRORS AND 2 WARNINGS WERE FOUND IN 47 FILES
5555 ----------------------------------------------------------------------
56- - PHPCBF CAN FIX 380 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
56+ - PHPCBF CAN FIX 382 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
5757+ PHPCBF CAN FIX 344 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
5858 ----------------------------------------------------------------------
5959
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ index 087995d..f99aa86 100644
2323 tests/input/useless-semicolon.php 2 0
2424 tests/input/UselessConditions.php 21 0
2525 ----------------------------------------------------------------------
26- - A TOTAL OF 464 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
26+ - A TOTAL OF 466 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
2727+ A TOTAL OF 458 ERRORS AND 2 WARNINGS WERE FOUND IN 49 FILES
2828 ----------------------------------------------------------------------
29- - PHPCBF CAN FIX 380 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
29+ - PHPCBF CAN FIX 382 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
3030+ PHPCBF CAN FIX 374 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
3131 ----------------------------------------------------------------------
3232
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments