Skip to content

sunaoka/docker-phpstan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPStan (PHP Static Analysis Tool) with extensions Docker image

Docker image with the following extensions installed on phpstan.

Usage

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
docker run --rm -v $(pwd):/app -w /app sunaoka/phpstan:latest analyse --ansi --memory-limit=-1

About

PHPStan (PHP Static Analysis Tool) with extensions Docker image

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published