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 */