Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit ac93f0c

Browse files
authored
chore: disable memory limit for phpstan (#244)
1 parent 5a78338 commit ac93f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rector:
1313
vendor/bin/rector
1414

1515
phpstan:
16-
vendor/bin/phpstan
16+
vendor/bin/phpstan --memory-limit=-1
1717

1818
tests:
1919
vendor/bin/phpunit

0 commit comments

Comments
 (0)