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

Implement ObjectManager::isUninitializedObject #2569

Merged
merged 1 commit into from Nov 2, 2023

Conversation

malarzm
Copy link
Member

@malarzm malarzm commented Nov 1, 2023

Q A
Type feature
BC Break no
Fixed issues closes #2543

Summary

The method was intrdocued in doctrine/persistence#334

@malarzm malarzm added the Feature label Nov 1, 2023
@malarzm malarzm added this to the 2.6.0 milestone Nov 1, 2023
@malarzm malarzm force-pushed the is-uninitialized-object branch 2 times, most recently from 91b9316 to 27e07ed Compare November 1, 2023 21:19
@alcaeus alcaeus merged commit b7c7838 into doctrine:2.6.x Nov 2, 2023
13 checks passed
@malarzm malarzm deleted the is-uninitialized-object branch November 2, 2023 11:22
alcaeus added a commit that referenced this pull request Nov 24, 2023
* 2.6.x: (30 commits)
  Remove API link from README
  Aggregation uses CursorInterface instead of Cursor
  Deprecate legacy commit options (#2578)
  Improve handling of circular type reference errors in Phpstan
  Add missing phpdoc
  Fix return type for overridden methods
  Fix phpstan errors
  Add sort operator to $search stage
  Bump actions/upload-artifact from 2 to 3 (#2572)
  Implement ObjectManager::isUninitializedObject (#2569)
  Use PHPUnit 10 (#2564)
  Test Symfony 7
  Support Symfony 7 by adding return types conditionally
  PHPCS is now happy with new syntax
  Stop suppressing UndefinedAttributeClass
  Drop support for old symfony components
  ReferenceMany: insert an empty array
  feat: Symfony 7 support
  Remove unusable Match classes
  Require PHP 8.1
  ...
alcaeus added a commit that referenced this pull request Nov 24, 2023
* 2.6.x: (32 commits)
  Deprecate DocumentRepository::clear (#2584)
  Support minDistance and maxDistance options for $near and $nearSphere operators (#2583)
  Remove API link from README
  Aggregation uses CursorInterface instead of Cursor
  Deprecate legacy commit options (#2578)
  Improve handling of circular type reference errors in Phpstan
  Add missing phpdoc
  Fix return type for overridden methods
  Fix phpstan errors
  Add sort operator to $search stage
  Bump actions/upload-artifact from 2 to 3 (#2572)
  Implement ObjectManager::isUninitializedObject (#2569)
  Use PHPUnit 10 (#2564)
  Test Symfony 7
  Support Symfony 7 by adding return types conditionally
  PHPCS is now happy with new syntax
  Stop suppressing UndefinedAttributeClass
  Drop support for old symfony components
  ReferenceMany: insert an empty array
  feat: Symfony 7 support
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement ObjectManager::isUninitializedObject
2 participants