diff --git a/Makefile b/Makefile index a7fb886e8..3ce119128 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ clean: # Reports PHP codestyle violations .PHONY: phpcs phpcs: - ./vendor/bin/phpcs --standard=PSR2 --ignore=lib/Migration/Version*.php lib + ./vendor/bin/phpcs --standard=PSR2 --ignore=lib/Migration/Version*.php,lib/Vendor/* lib # Reports PHP static violations .PHONY: phpstan