Skip to content

Commit

Permalink
running phpstan with dockerc-compose resulted memory exhaustion (#1927)
Browse files Browse the repository at this point in the history
Co-authored-by: Mati Andreas <null>
  • Loading branch information
alphpkeemik committed Mar 13, 2022
1 parent 81c2492 commit 8d45c29
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 @@ -138,7 +138,7 @@
"vendor/bin/ecs check --fix --ansi",
"vendor/bin/ecs check-markdown README.md --fix --ansi"
],
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
"phpstan": "php -dmemory_limit=1G vendor/bin/phpstan analyse --ansi --error-format symplify",
"phpstan-config": "vendor/bin/phpstan analyse config --ansi --error-format symplify",
"docs": [
"vendor/bin/rule-doc-generator generate packages rules --output-file build/rector_rules_overview.md --ansi --categorize --configure-method",
Expand Down

0 comments on commit 8d45c29

Please sign in to comment.