From ba5378feccb49b5c8bb9fc3d2988b78e6fc6644e Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Tue, 13 Jan 2015 21:15:34 +0100 Subject: [PATCH] #385 #1181 DDC-3385 - fixing `Events` docblocks as per @deeky666's review --- lib/Doctrine/ORM/Events.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/ORM/Events.php b/lib/Doctrine/ORM/Events.php index 36b39623c..e16b47a42 100644 --- a/lib/Doctrine/ORM/Events.php +++ b/lib/Doctrine/ORM/Events.php @@ -121,8 +121,8 @@ final class Events const loadClassMetadata = 'loadClassMetadata'; /** - * The preLoadClassMetadata event occurs before the mapping metadata for a - * class is loaded from a mapping source (annotations/xml/yaml). + * The onClassMetadataNotFound event occurs whenever loading metadata for a class + * failed. * * @var string */