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 45b1ca6 commit e4d6c39Copy full SHA for e4d6c39
Makefile
@@ -45,6 +45,12 @@ login:
45
switch:
46
$(GIT_SWITCH) $(BRANCH)
47
48
+phpstan:
49
+ $(EXEC) ./bin/phpstan --configuration=app/core/phpstan.neon.dist --memory-limit=1G
50
+
51
+phpstan-baseline:
52
+ $(EXEC) ./bin/phpstan --configuration=app/core/phpstan.neon.dist --generate-baseline=app/core/.phpstan-baseline.php --memory-limit=1G
53
54
9.3: php8.0
55
$(GIT_SWITCH) 9.3.x
56
make clean
0 commit comments