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.
1 parent 343c2b6 commit 3102751Copy full SHA for 3102751
1 file changed
Makefile
@@ -50,6 +50,14 @@ lint-summary:
50
lint-fix:
51
phpcbf
52
53
+## phpstan analyse
54
+phpstan:
55
+ php -d memory_limit=512M ./vendor/bin/phpstan analyse -c phpstan.neon
56
+
57
+## phpstan adjust baseline
58
+phpstan-baseline:
59
+ php -d memory_limit=512M ./vendor/bin/phpstan analyse -c phpstan.neon --generate-baseline
60
61
#######################
62
# PHPUnit
63
0 commit comments