PHPStan (PHP Static Analysis Tool) with extensions Docker image
8.9K
Docker image with the following extensions installed on phpstan.
You can update the phpstan.neon file in order to use the extension:
includes:
- /composer/vendor/phpstan/phpstan-strict-rules/rules.neon
- /composer/vendor/phpstan/phpstan-deprecation-rules/rules.neon
- /composer/vendor/phpstan/phpstan-phpunit/extension.neon
- /composer/vendor/phpstan/phpstan-mockery/extension.neon
- /composer/vendor/spaze/phpstan-disallowed-calls/extension.neon
docker run --rm -v $(pwd):/app -w /app sunaoka/phpstan:latest analyse --ansi --memory-limit=-1
Content type
Image
Digest
sha256:bbaad727a…
Size
68.3 MB
Last updated
3 days ago
docker pull sunaoka/phpstan