Skip to content

Commit 0bc5a4c

Browse files
committed
[BUGFIX] Use the Composer-installed PHPStan for creating the baseline
Followup to #438
1 parent 83ccf6e commit 0bc5a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
],
7777
"fix:php:fixer": "@php ./.phive/php-cs-fixer.phar --config=config/php-cs-fixer.php fix bin src tests",
7878
"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"
79+
"phpstan:baseline": "phpstan --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon"
8080
},
8181
"scripts-descriptions": {
8282
"ci": "Runs all dynamic and static code checks (i.e. currently, only the static checks).",

0 commit comments

Comments
 (0)