jorge07 / symfony-6-es-cqrs-boilerplate

Symfony 6 DDD ES CQRS backend boilerplate.
MIT License
1.07k stars 187 forks source link

fix: phpstan analysis should be relative to project #157

Closed jon-ht closed 4 years ago

jon-ht commented 4 years ago

When running phpstan command from outside Docker, it ignores excludes_analyse sources because they are relative to Docker image instead of project root

jorge07 commented 4 years ago

Good catch!