We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2430b59 commit 2787403Copy full SHA for 2787403
.circleci/config.yml
@@ -61,7 +61,7 @@ jobs:
61
command: ./vendor/bin/phpcs src
62
- run:
63
name: PHPStan Analyze
64
- command: ./vendor/bin/phpstan analyze src
+ command: php -dmemory_limit=-1 vendor/bin/phpstan.phar
65
66
name: PHPUnit
67
command: ./vendor/bin/phpunit
0 commit comments