We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make infection
1 parent 9300dcc commit 110e239Copy full SHA for 110e239
Makefile
@@ -33,3 +33,7 @@ phpstan:
33
.PHONY: phpstan-generate-baseline
34
phpstan-generate-baseline:
35
php vendor/bin/phpstan analyse -c phpstan.neon -b phpstan-baseline.neon
36
+
37
+.PHONY: infection
38
+infection:
39
+ php vendor/bin/infection --ignore-msi-with-no-mutations --logger-text=php://stdout
0 commit comments