-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Enable phpstan in DBAL tests #3582
Conversation
tests/Doctrine/Tests/DBAL/Types/VarDateTimeImmutableTypeTest.php
Outdated
Show resolved
Hide resolved
tests/Doctrine/Tests/DBAL/Sharding/PoolingShardConnectionTest.php
Outdated
Show resolved
Hide resolved
Failures are only in CS:
|
51d3cbc
to
95b1425
Compare
I only noticed now that the PR targeted against |
I can try and see how hard it will be to rebase against master. |
I don't think doing this against master will work because the changes made to the tests depend on all the type and api work that we did in develop. |
At least we tried. Maybe it could be done later. It still would make sense to get it in |
Enable phpstan in DBAL tests
Enable phpstan in DBAL tests
Enable phpstan in DBAL tests
Enable phpstan in DBAL tests
Summary
Enable phpstan in DBAL tests.