We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation mentions that PHPStan is available in the image but I can't find it.
I ran docker run -it --rm -v "$PWD":/app -w /app adamculp/php-code-quality:latest bash to examine the files.
docker run -it --rm -v "$PWD":/app -w /app adamculp/php-code-quality:latest bash
root@03bee8a88cfa:/app# cd /usr/local/lib/php-code-quality/vendor/ root@03bee8a88cfa:/usr/local/lib/php-code-quality/vendor# ls autoload.php composer friendsofphp hirak nikic pdepend phpdocumentor phpmd phpspec psr squizlabs theseer bin doctrine gecko-packages myclabs paragonie phar-io phploc phpmetrics phpunit sebastian symfony webmozart root@03bee8a88cfa:/usr/local/lib/php-code-quality/vendor# ls bin/ pdepend php-cs-fixer php-parse phpcbf phpcpd phpcs phploc phpmd phpmetrics phpunit
I then checked the Dockerfile and I don't see it added there either.
Either the documentation is wrong or the code is. I am not sure which one to fix. I am happy to submit a PR on clarification.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The documentation mentions that PHPStan is available in the image but I can't find it.
I ran
docker run -it --rm -v "$PWD":/app -w /app adamculp/php-code-quality:latest bash
to examine the files.I then checked the Dockerfile and I don't see it added there either.
Either the documentation is wrong or the code is. I am not sure which one to fix. I am happy to submit a PR on clarification.
The text was updated successfully, but these errors were encountered: