mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Get Psalm job to pass with DBAL 3 #6796
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @greg0ire on GitHub (Aug 5, 2021).
Recently, a CI job was added on the 2.10.x branch to statically analyze this project after forcing the installation of
doctrine/dbalv3.In order not to disrupt contributors, we made sure it would not fail the build although it really does not pass at all:
e09f126abf/.github/workflows/static-analysis.yml (L94)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.