Skip to content

Commit 1685041

Browse files
committed
Remove setting memory limit for phpstan
1 parent db04f08 commit 1685041

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
@@ -64,7 +64,7 @@
6464
},
6565
"scripts": {
6666
"phpmd": "./vendor/bin/phpmd src text phpmd.xml",
67-
"phpstan": "./vendor/bin/phpstan --memory-limit=1G --ansi",
67+
"phpstan": "./vendor/bin/phpstan",
6868
"test:unit": "SYMFONY_DEPRECATIONS_HELPER='ignoreFile=./tests/baseline-ignore' ./vendor/bin/simple-phpunit --colors=always --verbose",
6969
"test:unit:coverage": "SYMFONY_DEPRECATIONS_HELPER='ignoreFile=./tests/baseline-ignore' XDEBUG_MODE=coverage ./vendor/bin/simple-phpunit --colors=always --coverage-html=tests/coverage",
7070
"lint:check": "./vendor/bin/php-cs-fixer fix -v --using-cache=no --dry-run",

0 commit comments

Comments
 (0)