We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f920df commit 18457f0Copy full SHA for 18457f0
README.md
@@ -59,6 +59,7 @@ _(optional)_ You can simplify generation with e.g. composer script:
59
"scripts": {
60
"generate:baseline:phpstan": [
61
"phpstan --generate-baseline=baselines/loader.neon",
62
+ "find baselines/ -type f -not -name loader.neon -delete",
63
"split-phpstan-baseline baselines/loader.neon"
64
]
65
}
0 commit comments