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
Recently, a CI job was added on the 2.10.x branch to statically analyze this project after forcing the installation of doctrine/dbal v3.
doctrine/dbal
In order not to disrupt contributors, we made sure it would not fail the build although it really does not pass at all:
orm/.github/workflows/static-analysis.yml
Line 52 in e09f126
If you want to help us fix it or get closer to fixing it, you can reproduce the failures locally by running (from the 2.10.x branch)
composer require doctrine/dbal ^3.0 vendor/bin/phpstan
When this issue is fixed, we should create a new one about making this job no longer experimental.
The text was updated successfully, but these errors were encountered:
$_attributes
Configuration
DBALException
Successfully merging a pull request may close this issue.
Recently, a CI job was added on the 2.10.x branch to statically analyze this project after forcing the installation of
doctrine/dbal
v3.In order not to disrupt contributors, we made sure it would not fail the build although it really does not pass at all:
orm/.github/workflows/static-analysis.yml
Line 52 in e09f126
If you want to help us fix it or get closer to fixing it, you can reproduce the failures locally by running (from the 2.10.x branch)
When this issue is fixed, we should create a new one about making this job no longer experimental.
The text was updated successfully, but these errors were encountered: