File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4646 "prefer-stable" : true ,
4747 "scripts" : {
4848 "create-docs" : " phpDocumentor --directory=src --target=docs --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'" ,
49- "phpcs" : " vendor/bin/phpcs -s -v" ,
50- "phpcbf" : " vendor/bin/phpcbf -s -v" ,
51- "phpcs-tests" : " vendor/bin/phpcs --standard=phpcs.tests. xml -s -v" ,
49+ "phpcs" : " vendor/bin/phpcs --standard=phpcs.xml - s -v" ,
50+ "phpcbf" : " vendor/bin/phpcbf --standard=phpcs.tests.xml - s -v" ,
51+ "phpcs-tests" : " vendor/bin/phpcs --standard=phpcs.xml -s -v" ,
5252 "phpcbf-tests" : " vendor/bin/phpcbf --standard=phpcs.tests.xml -s -v" ,
5353 "phpstan" : " vendor/bin/phpstan analyse --memory-limit=1250M" ,
54- "php-coding-standards" : " vendor/bin/phpcs -s -v" ,
55- "fix-php-coding-standards" : " vendor/bin/phpcbf -s -v" ,
54+ "php-coding-standards" : " vendor/bin/phpcs --standard=phpcs.xml - s -v" ,
55+ "fix-php-coding-standards" : " vendor/bin/phpcbf --standard=phpcs.xml - s -v" ,
5656 "php-coding-standards-on-tests" : " vendor/bin/phpcs --standard=phpcs.tests.xml -s -v" ,
5757 "fix-php-coding-standards-on-tests" : " vendor/bin/phpcbf --standard=phpcs.tests.xml -s -v" ,
5858 "php-static-analysis" : " vendor/bin/phpstan analyse --memory-limit=1250M" ,
You can’t perform that action at this time.
0 commit comments