Skip to content

Commit e52ad55

Browse files
author
Jeroen de Graaf
committed
Add baseline script to composer
1 parent 0066cab commit e52ad55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"cs:dry-run": "vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
9595
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
9696
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
97+
"phpstan:baseline": "vendor/bin/phpstan analyse -c phpstan.neon --generate-baseline phpstan-baseline.php src",
9798
"rector": "vendor/bin/rector process --ansi",
9899
"rector:dry-run": "vendor/bin/rector process --ansi --dry-run",
99100
"test": [

0 commit comments

Comments
 (0)