Skip to content

Commit

Permalink
Merge pull request #319 from dotkernel/issue-304
Browse files Browse the repository at this point in the history
Issue #304: Increased PHPStan `memory_limit` to `1G`
  • Loading branch information
alexmerlin authored Dec 11, 2024
2 parents e80a550 + 4c73991 commit 998a594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"serve": "php -S 0.0.0.0:8080 -t public/",
"static-analysis": "phpstan analyse",
"static-analysis": "phpstan analyse --memory-limit 1G",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"twig-cs-check": "vendor/bin/twig-cs-fixer lint --config=config/twig-cs-fixer.php",
Expand Down

0 comments on commit 998a594

Please sign in to comment.