Bug: Row hydration fails when changed filter parameters using many to many relation with index #3673
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Coding Standards" | |
on: | |
pull_request: | |
branches: | |
- "*.x" | |
paths: | |
- .github/workflows/coding-standards.yml | |
- bin/** | |
- composer.* | |
- src/** | |
- phpcs.xml.dist | |
- tests/** | |
push: | |
branches: | |
- "*.x" | |
paths: | |
- .github/workflows/coding-standards.yml | |
- bin/** | |
- composer.* | |
- src/** | |
- phpcs.xml.dist | |
- tests/** | |
jobs: | |
coding-standards: | |
uses: "doctrine/.github/.github/workflows/coding-standards.yml@7.1.0" |