mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #528] [MERGED] Documentation fixes #8335
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/528
Author: @BenMorel
Created: 12/1/2012
Status: ✅ Merged
Merged: 12/23/2012
Merged by: @beberlei
Base:
master← Head:master📝 Commits (10+)
dacdd6cDocumentation (docblock) fixes.fad22d1Fixed documentation for ORM\Event and ORM\Id4714a53Fixed documentation for ORM\Internal46e6adaFixed documentation for ORM\Mapping159ece8Fixed documentation for ORM\Persisters43b301fFixed English mistakes42e83a2Fixed documentation for ORM\Proxyf743da0Fixed documentation for Doctrine\ORM\Query\AST\Functions98ac6b5Fixed documentation for Doctrine\ORM\Query\ASTd435780Fixed documentation for Doctrine\ORM\Query\Exec📊 Changes
284 files changed (+6319 additions, -2423 deletions)
View changed files
📝
lib/Doctrine/ORM/AbstractQuery.php(+71 -26)📝
lib/Doctrine/ORM/Configuration.php(+107 -35)📝
lib/Doctrine/ORM/EntityManager.php(+92 -22)📝
lib/Doctrine/ORM/EntityNotFoundException.php(+3 -0)📝
lib/Doctrine/ORM/EntityRepository.php(+26 -14)📝
lib/Doctrine/ORM/Event/LifecycleEventArgs.php(+5 -5)📝
lib/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php(+4 -5)📝
lib/Doctrine/ORM/Event/OnClearEventArgs.php(+4 -4)📝
lib/Doctrine/ORM/Event/PostFlushEventArgs.php(+1 -1)📝
lib/Doctrine/ORM/Event/PreFlushEventArgs.php(+5 -0)📝
lib/Doctrine/ORM/Event/PreUpdateEventArgs.php(+22 -13)📝
lib/Doctrine/ORM/Events.php(+14 -1)📝
lib/Doctrine/ORM/Id/AbstractIdGenerator.php(+2 -0)📝
lib/Doctrine/ORM/Id/AssignedGenerator.php(+6 -1)📝
lib/Doctrine/ORM/Id/IdentityGenerator.php(+10 -4)📝
lib/Doctrine/ORM/Id/SequenceGenerator.php(+35 -6)📝
lib/Doctrine/ORM/Id/TableGenerator.php(+27 -0)📝
lib/Doctrine/ORM/Id/UuidGenerator.php(+4 -5)📝
lib/Doctrine/ORM/Internal/CommitOrderCalculator.php(+39 -1)📝
lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php(+66 -20)...and 80 more files
📄 Description
This is a first batch of documentation fixes:
@param/@return/@throwsannotations@paramannotationsI'm willing to make more documentation fixes on this project, but I'll wait for your feedback on this first batch before moving forward!
Let me know if you have any comment / suggestion / question.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.