mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #12] [CLOSED] [ORM] Fixed some typos #7594
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/12
Author: @pborreli
Created: 11/5/2010
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
39c733b[ORM] Fixed typosb62b8fc[ORM] Fixed typo📊 Changes
20 files changed (+67 additions, -67 deletions)
View changed files
📝
lib/Doctrine/ORM/AbstractQuery.php(+1 -1)📝
lib/Doctrine/ORM/Id/AssignedGenerator.php(+1 -1)📝
lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php(+2 -2)📝
lib/Doctrine/ORM/Mapping/ClassMetadata.php(+1 -1)📝
lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php(+1 -1)📝
lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php(+1 -1)📝
lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php(+1 -1)📝
lib/Doctrine/ORM/Query/Expr.php(+2 -2)📝
lib/Doctrine/ORM/Query/Expr/OrderBy.php(+1 -1)📝
lib/Doctrine/ORM/Query/Parser.php(+28 -28)📝
lib/Doctrine/ORM/Query/QueryException.php(+4 -4)📝
lib/Doctrine/ORM/Query/SqlWalker.php(+2 -2)📝
lib/Doctrine/ORM/Query/TreeWalkerAdapter.php(+1 -1)📝
lib/Doctrine/ORM/QueryBuilder.php(+1 -1)📝
lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php(+11 -11)📝
lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php(+2 -2)📝
lib/Doctrine/ORM/Tools/SchemaTool.php(+3 -3)📝
lib/Doctrine/ORM/Tools/SchemaValidator.php(+2 -2)📝
lib/Doctrine/ORM/Tools/ToolEvents.php(+1 -1)📝
lib/Doctrine/ORM/UnitOfWork.php(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.