Skip to content

Commit 84952e4

Browse files
committed
updated phpstan memory limit
Signed-off-by: bidi <[email protected]>
1 parent 57ef1aa commit 84952e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"cs-check": "phpcs",
121121
"cs-fix": "phpcbf",
122122
"serve": "php -S 0.0.0.0:8080 -t public/",
123-
"static-analysis": "phpstan analyse",
123+
"static-analysis": "phpstan analyse --memory-limit 256M",
124124
"test": "phpunit --colors=always",
125125
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
126126
}

0 commit comments

Comments
 (0)