Skip to content
Snippets Groups Projects
Verified Commit 4e17d8d3 authored by David Beniamine's avatar David Beniamine
Browse files

Increase phpstan memory limit

parent abed8e89
No related branches found
No related tags found
1 merge request!25Add a gitlab-ci file
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
], ],
"tests": "php ./vendor/bin/phpunit", "tests": "php ./vendor/bin/phpunit",
"phpcs": "php ./vendor/bin/phpcs src/ tests/", "phpcs": "php ./vendor/bin/phpcs src/ tests/",
"phpstan": "vendor/bin/phpstan analyse src/ tests/unit/ tests/functional/", "phpstan": "php -d memory_limit=4G vendor/bin/phpstan analyse src/ tests/unit/ tests/functional/",
"php-cs-fixer": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src/ tests/unit/ tests/functional/" "php-cs-fixer": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src/ tests/unit/ tests/functional/"
}, },
"conflict": { "conflict": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment