Skip to content

Commit

Permalink
Removed --memory-limit for phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
leoloso committed Aug 3, 2020
1 parent 42c8668 commit 191a3d6
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 @@ -41,7 +41,7 @@
"test": "phpunit",
"check-style": "phpcs src tests",
"fix-style": "phpcbf src tests",
"analyse": "phpstan analyse -c phpstan.neon.dist --memory-limit 256K"
"analyse": "phpstan analyse -c phpstan.neon.dist"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 191a3d6

Please sign in to comment.