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

feat: add phpstan and fix deprecations in dbal #136

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

JulianMar
Copy link
Contributor

@JulianMar JulianMar commented Sep 3, 2024

Summary of the changes / Why this is an improvement

Add PHPStan to help with moving from DBAL 2 to the current version. We can first fix up all the deprecations and move from there:

Issues:

The fetch Syntax is a bit different and some fetch modes are not supported anymore. FETCH_BOTH is not supported and I guess will not be supported. I don't know the usecase for this fetch mode maybe someone can enlighten me and tell me why it's needed? Maybe we don't even need it anymore.
See here.

Checklist

  • Link to issue this PR refers to (if applicable):
  • CLA is signed

@JulianMar JulianMar changed the title feat: add phpstand and fix level 0 feat: add phpstan and fix deprecations in dbal Sep 3, 2024
@JulianMar JulianMar marked this pull request as draft September 3, 2024 17:55
@cla-bot cla-bot bot added the cla-signed label Sep 26, 2024
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.

1 participant