Skip to content

Commit

Permalink
Merge pull request #10620 from ecourtial/fix-doc-typo
Browse files Browse the repository at this point in the history
fix typo in HydrationCompleteHandler doc
  • Loading branch information
greg0ire committed Apr 12, 2023
2 parents fca1ef7 + a16aeae commit e59ed88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function deferPostLoadInvoking(ClassMetadata $class, $entity): void
}

/**
* This method should me called after any hydration cycle completed.
* This method should be called after any hydration cycle completed.
*
* Method fires all deferred invocations of postLoad events
*/
Expand Down

0 comments on commit e59ed88

Please sign in to comment.