We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb539af commit f66a686Copy full SHA for f66a686
Makefile
@@ -17,7 +17,7 @@ test-fix: vendor
17
18
update-compatibility-patch:
19
@git apply tests/php-compatibility.patch
20
- @echo -e "Please open your editor and apply your changes\n"
+ @printf "Please open your editor and apply your changes\n"
21
@until [ "$${compatibility_resolved}" == "y" ]; do read -p "Have finished your changes (y|n)? " compatibility_resolved; done && compatibility_resolved=
22
@git diff -- tests/expected_report.txt tests/fixed > .tmp-patch && mv .tmp-patch tests/php-compatibility.patch && git apply -R tests/php-compatibility.patch
23
@git commit -m 'Update compatibility patch' tests/php-compatibility.patch
0 commit comments