Skip to content

Commit da1add6

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

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
composer.lock
44
/vendor/
55
/var/
6+
phpstan.neon
67

78
# Meilisearch
89
/data.ms/*

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",
File renamed without changes.

0 commit comments

Comments
 (0)