We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf4cdd commit 4ba8c2dCopy full SHA for 4ba8c2d
composer.json
@@ -78,7 +78,7 @@
78
],
79
"fix:php:fixer": "@php ./.phive/php-cs-fixer.phar --config=config/php-cs-fixer.php fix bin src tests",
80
"fix:php:sniffer": "@php ./.phive/phpcbf.phar --standard=config/phpcs.xml bin src tests",
81
- "phpstan:baseline": "@php ./.phive/phpstan.phar --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon"
+ "phpstan:baseline": "phpstan --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon"
82
},
83
"scripts-descriptions": {
84
"ci": "Runs all dynamic and static code checks (i.e. currently, only the static checks).",
0 commit comments