From 737b74e5d534eb9ee9e5d0993644ba3dce728ede Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 18 Jan 2012 00:04:25 +0100 Subject: [PATCH] Rebasing on master --- UPGRADE_TO_2_3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UPGRADE_TO_2_3 b/UPGRADE_TO_2_3 index 10e8a41f4..fa6379393 100644 --- a/UPGRADE_TO_2_3 +++ b/UPGRADE_TO_2_3 @@ -33,8 +33,8 @@ you probably need to update it. The method walkJoinVariableDeclaration is now na # Metadata Drivers -Metadata drivers have been rewritten to reuse code from Doctrine\Common. -Anyone who is using the `Doctrine\ORM\Mapping\Driver\Driver` interface -explicitly should instead refer to `Doctrine\Common\Persistence\Mapping\Driver\MappingDriver`. -Same applies to `Doctrine\ORM\Mapping\Driver\AbstractFileDriver`: you should now refer to +Metadata drivers have been rewritten to reuse code from Doctrine\Common. Anyone who is using the +`Doctrine\ORM\Mapping\Driver\Driver` interface should instead refer to +`Doctrine\Common\Persistence\Mapping\Driver\MappingDriver`. Same applies to +`Doctrine\ORM\Mapping\Driver\AbstractFileDriver`: you should now refer to `Doctrine\Common\Persistence\Mapping\Driver\FileDriver`. \ No newline at end of file