We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ccf6e commit 0bc5a4cCopy full SHA for 0bc5a4c
composer.json
@@ -76,7 +76,7 @@
76
],
77
"fix:php:fixer": "@php ./.phive/php-cs-fixer.phar --config=config/php-cs-fixer.php fix bin src tests",
78
"fix:php:sniffer": "@php ./.phive/phpcbf.phar --standard=config/phpcs.xml bin src tests",
79
- "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"
80
},
81
"scripts-descriptions": {
82
"ci": "Runs all dynamic and static code checks (i.e. currently, only the static checks).",
0 commit comments