Skip to content

Commit

Permalink
Remove PHP_CS_FIXER_IGNORE_ENV from composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Jul 3, 2024
1 parent afb0192 commit e344e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"phpcs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --using-cache=no",
"phpcs": "php-cs-fixer fix --using-cache=no",
"phpstan": "phpstan analyse -c phpstan.neon src/",
"phpmd": "phpmd --exclude Migrations/* src/ ansi phpmd.xml",
"phpunit": "phpunit",
Expand Down

0 comments on commit e344e7a

Please sign in to comment.