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 8080 "check:dynamic" : [
8181 " @check:tests"
8282 ],
83- "check:php:codesniffer" : " phpcs --standard=config/ phpcs.xml bin config src tests" ,
83+ "check:php:codesniffer" : " phpcs --standard=./Build/ phpcs/config .xml Build bin config src tests" ,
8484 "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" ,
109109 " @fix:php:codesniffer" ,
110110 " @fix:php:fixer"
111111 ],
112- "fix:php:codesniffer" : " phpcbf --standard=config/ phpcs.xml bin config src tests" ,
112+ "fix:php:codesniffer" : " phpcbf --standard=./Build/ phpcs/config .xml Build bin config src tests" ,
113113 "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=./Build/phpstan/phpstan.neon --generate-baseline=./Build/phpstan/phpstan-baseline.neon --allow-empty-baseline" ,
You can’t perform that action at this time.
0 commit comments