File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ test-report: vendor
12
12
test-fix : vendor
13
13
@if [ $( PHP_74_OR_NEWER) -eq 1 ]; then git apply tests/php-compatibility.patch; fi
14
14
@cp -R tests/input/ tests/input2/
15
- @vendor/bin/phpcbf tests/input2; diff tests/input2 tests/fixed; if [ $$ ? -ne 0 ]; then rm -rf tests/input2/ && if [ $( PHP_74_OR_NEWER) -eq 1 ]; then git apply -R tests/php-compatibility.patch; fi ; exit 1; fi
15
+ @vendor/bin/phpcbf tests/input2; diff -u tests/input2 tests/fixed; if [ $$ ? -ne 0 ]; then rm -rf tests/input2/ && if [ $( PHP_74_OR_NEWER) -eq 1 ]; then git apply -R tests/php-compatibility.patch; fi ; exit 1; fi
16
16
@rm -rf tests/input2/ && if [ $( PHP_74_OR_NEWER) -eq 1 ]; then git apply -R tests/php-compatibility.patch; fi
17
17
18
18
update-compatibility-patch :
You can’t perform that action at this time.
0 commit comments