Skip to content

Commit a05432a

Browse files
committed
Makefile targets
1 parent 6b0857c commit a05432a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ login:
4545
switch:
4646
$(GIT_SWITCH) $(BRANCH)
4747

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+
4854
9.3: php8.0
4955
$(GIT_SWITCH) 9.3.x
5056
make clean

0 commit comments

Comments
 (0)