File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 - run : composer install --no-interaction --no-plugins --no-scripts --prefer-dist
111111 working-directory : api
112112
113- - run : PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php -v --dry-run --diff
113+ - run : php vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php -v --dry-run --diff
114114 working-directory : api
115115
116116 frontend-eslint :
Original file line number Diff line number Diff line change 2020 ])
2121 ->setParallelConfig (PhpCsFixer \Runner \Parallel \ParallelConfigFactory::detect ())
2222 ->setFinder ($ finder )
23+ ->setUnsupportedPhpVersionAllowed (true )
2324 ;
Original file line number Diff line number Diff line change 124124 "symfony/polyfill-php71" : " *"
125125 },
126126 "scripts" : {
127- "cs-check" : " PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run" ,
128- "cs-fix" : " PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix" ,
127+ "cs-check" : " php-cs-fixer fix --dry-run" ,
128+ "cs-fix" : " php-cs-fixer fix" ,
129129 "test" : [
130130 " Composer\\ Config::disableProcessTimeout" ,
131131 " vendor/bin/phpunit -d memory_limit=-1 -c phpunit.xml.dist"
You can’t perform that action at this time.
0 commit comments