File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 8181 " @check:tests"
8282 ],
8383 "check:php:codesniffer" : " phpcs --standard=config/phpcs.xml bin config src tests" ,
84- "check:php:fixer" : " \" ./.phive/php-cs-fixer\" --config=config/ php-cs-fixer.php fix --dry-run -v --show-progress=dots --diff bin config src tests" ,
84+ "check:php:fixer" : " \" ./.phive/php-cs-fixer\" --config=./Build/ php-cs-fixer/config .php fix --dry-run -v --show-progress=dots --diff Build bin config src tests" ,
8585 "check:php:lint" : " parallel-lint bin config src tests" ,
8686 "check:php:rector" : " rector process --no-progress-bar --dry-run --config=config/rector.php" ,
8787 "check:php:stan" : " phpstan --no-progress --configuration=config/phpstan.neon" ,
110110 " @fix:php:fixer"
111111 ],
112112 "fix:php:codesniffer" : " phpcbf --standard=config/phpcs.xml bin config src tests" ,
113- "fix:php:fixer" : " \" ./.phive/php-cs-fixer\" --config=config/ php-cs-fixer.php fix bin config src tests" ,
113+ "fix:php:fixer" : " \" ./.phive/php-cs-fixer\" --config=./Build/ php-cs-fixer/config .php fix Build bin config src tests" ,
114114 "fix:php:rector" : " rector process --config=config/rector.php" ,
115115 "phpstan:baseline" : " phpstan --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon --allow-empty-baseline" ,
116116 "phpstan:clearcache" : " phpstan clear-result-cache"
You can’t perform that action at this time.
0 commit comments