Skip to content

Commit d4fe552

Browse files
committed
Makefile target for --fix
1 parent dce77e1 commit d4fe552

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ phpstan:
124124
phpstan-result-cache:
125125
php -d memory_limit=448M bin/phpstan
126126

127+
phpstan-fix:
128+
php -d memory_limit=2G bin/phpstan --fix
129+
127130
phpstan-generate-baseline:
128131
php -d memory_limit=448M bin/phpstan --generate-baseline
129132

0 commit comments

Comments
 (0)