ci(legacy): catch syntax errors on older php versions

This commit is contained in:
jo 2022-08-24 12:08:30 +02:00 committed by Kyle Robbertze
parent 5505222df6
commit 3f2f2cb50b
5 changed files with 13 additions and 2117 deletions

View file

@ -25,7 +25,7 @@ format: tools
.PHONY: lint
lint: tools
$(TOOLS)/bin/php-cs-fixer fix --dry-run --diff
$(TOOLS)/bin/php-cs-fixer fix --verbose --dry-run --diff
.PHONY: build
build: