Skip to content
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

Address Type deprecation messages #8915

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

basseta
Copy link

@basseta basseta commented Aug 12, 2021

This makes us more compatible with DBAL v3.
We didn't address Type::JSON_ARRAY because it has been removed

Refs #8884, #8885

greg0ire
greg0ire previously approved these changes Aug 12, 2021
@greg0ire
Copy link
Member

This results in 14 fewer errors in both Psalm and Phpstan DBAL 3 jobs 🙂

This makes us more compatible with DBAL v3.
We didn't address Type::JSON_ARRAY because it has been removed
@greg0ire
Copy link
Member

greg0ire commented Aug 12, 2021

Found more occurrences in tests. There is no static analysis on tests.

Also, for reference this PR introduced the deprecations: doctrine/dbal#3356

@greg0ire greg0ire merged commit 163aef1 into doctrine:2.10.x Aug 12, 2021
@greg0ire greg0ire added this to the 2.10.0 milestone Aug 12, 2021
@greg0ire
Copy link
Member

Thanks @basseta !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get Phpstan job to pass with DBAL 3 Get Psalm job to pass with DBAL 3
4 participants