Skip to content

Commit d579dd5

Browse files
authored
[CLEANUP] Move PHP-CSS-Fixer configuration to Build/ (MyIntervals#1570)
1 parent 5862140 commit d579dd5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
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",
@@ -110,7 +110,7 @@
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"

0 commit comments

Comments
 (0)