mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12158] [CLOSED] Fix php doc for getPropertyAccessors method #13530
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/12158
Author: @dmitryuk
Created: 9/9/2025
Status: ❌ Closed
Base:
3.6.x← Head:fix-doc📝 Commits (10+)
9bf407fFixIN/NOT INexpression handling and support enums when matching on to-many-collectionsb7423c9Migrate away from getMockForAbstractClass()9d5f112Migrate to willReturn()680a9efMigrate away from assertStringNotMatchesFormat()17059e5Migrate away from annotations in tests2d90917Use PHPUnit 11 when possibledb45697Check extra condition to decide if a test was skipped21e9fcbMerge pull request #12146 from greg0ire/upg-phpunitc164ae4docs: generation strategies differences between DBAL 3 and 4f7d4e37docs: consistent PostgreSQL's name case📊 Changes
43 files changed (+646 additions, -279 deletions)
View changed files
📝
.github/workflows/continuous-integration.yml(+34 -4)📝
composer.json(+1 -1)📝
docs/en/reference/advanced-configuration.rst(+50 -6)📝
docs/en/reference/basic-mapping.rst(+7 -5)📝
docs/en/tutorials/getting-started.rst(+2 -2)📝
phpstan-baseline.neon(+30 -36)📝
phpstan-dbal3.neon(+5 -5)📝
phpstan.neon(+3 -3)📝
src/Mapping/ClassMetadata.php(+3 -3)📝
src/Mapping/Driver/AttributeDriver.php(+10 -4)📝
src/ORMSetup.php(+5 -4)📝
src/Persisters/Collection/ManyToManyPersister.php(+10 -3)📝
src/Persisters/Entity/BasicEntityPersister.php(+7 -129)📝
src/Utility/PersisterHelper.php(+127 -0)📝
tests/Performance/EntityManagerFactory.php(+8 -9)➕
tests/Tests/Mocks/AttributeDriverFactory.php(+34 -0)📝
tests/Tests/Mocks/EntityManagerMock.php(+1 -2)➕
tests/Tests/Models/Enums/BookCategory.php(+30 -0)➕
tests/Tests/Models/Enums/BookGenre.php(+11 -0)➕
tests/Tests/Models/Enums/BookWithGenre.php(+38 -0)...and 23 more files
📄 Description
Fixes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.