PHP_CodeSniffer performed.

This commit is contained in:
2023-06-01 09:16:19 +00:00
parent 65ac999075
commit c3ef0400f6
5 changed files with 16 additions and 7 deletions

View File

@ -5,6 +5,8 @@ analyze-all:
-./vendor/bin/phpstan analyze --level=7 src/ backup
@echo Psalm
-./vendor/bin/psalm
@echo PHP_CodeSniffer
-./vendor/bin/phpcs src
install:
php composer.phar install --no-dev
install-dev: