Skip to content

Commit

Permalink
Add minimal memory limit for local run phpstan without result cache (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
integer committed Feb 16, 2024
1 parent f8ebe9b commit d0f0e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -110,7 +110,7 @@
],
"check-cs": "vendor/bin/ecs check --ansi",
"fix-cs": "vendor/bin/ecs check --fix --ansi",
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify --memory-limit=512M",
"docs": [
"vendor/bin/rule-doc-generator generate rules --output-file build/rector_rules_overview.md --ansi --categorize 3 --skip-type 'Rector\\Core\\Rector\\AbstractCollectorRector'",
"mv build/rector_rules_overview.md build/target-repository/docs/rector_rules_overview.md"
Expand Down

0 comments on commit d0f0e97

Please sign in to comment.