From eaa9187dd8312fcad7d7f5eb7f617d10fc319ad2 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Tue, 13 Jan 2015 20:33:30 +0100 Subject: [PATCH] #385 #1181 DDC-3385 - minor CS fix (spacing) --- lib/Doctrine/ORM/Events.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Doctrine/ORM/Events.php b/lib/Doctrine/ORM/Events.php index d089a4366..36b39623c 100644 --- a/lib/Doctrine/ORM/Events.php +++ b/lib/Doctrine/ORM/Events.php @@ -119,6 +119,7 @@ final class Events * @var string */ const loadClassMetadata = 'loadClassMetadata'; + /** * The preLoadClassMetadata event occurs before the mapping metadata for a * class is loaded from a mapping source (annotations/xml/yaml).