-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
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
Add PHPStan check #336
Add PHPStan check #336
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥰
steps: | ||
- uses: actions/checkout@master | ||
- name: PHPStan | ||
uses: "docker://oskarstark/phpstan-ga" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0.12.2 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason, why we shouldn't use the latest version? We're doing the same for every other QA tool (php-cs-fixer, phpunit, ...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok in this case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about the PHP extension mongodb? can I do something?
1eb9075
to
2fbcbe2
Compare
2fbcbe2
to
0ecc156
Compare
Could you please rebase your PR and fix merge conflicts? |
0ecc156
to
22f1bbd
Compare
@franmomu can you please extract your 2 first commits into a separate PR? I feel that the issue you have will not be easy to fix… a solution could be to run Composer with |
Sure! I forgot about this one, I remember to check this and try to see a way to enable extension, but I didn't find an easy way. |
Could you please rebase your PR and fix merge conflicts? |
@franmomu another option might be using stubs: doctrine/dbal#3951 (comment) |
I've just tried, but the problem is that |
Ah that's right, I forgot. I think it should be combined with |
I'll make a PR soon like the one for the dev dependencies |
No description provided.