Skip to content

Commit cf9bb15

Browse files
authored
Merge pull request #104 from meilisearch/revert-101-fix-tests
Revert "Fix limit for `composer phpstan`"
2 parents e8159af + c30e8c7 commit cf9bb15

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
@@ -57,7 +57,7 @@
5757
"sort-packages": true
5858
},
5959
"scripts": {
60-
"phpstan": "./vendor/bin/phpstan --memory-limit=1G --ansi",
60+
"phpstan": "./vendor/bin/phpstan --memory-limit=128 --ansi",
6161
"test:unit": "./vendor/bin/phpunit --colors=always --verbose",
6262
"test:unit:coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --colors=always --coverage-html=tests/coverage",
6363
"lint:check": "./vendor/bin/php-cs-fixer fix -v --using-cache=no --dry-run",

0 commit comments

Comments
 (0)