diff --git a/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php b/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php index 30f664104..a5c01fedb 100644 --- a/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php +++ b/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php @@ -476,6 +476,7 @@ class AnnotationDriver extends AbstractAnnotationDriver * Parses the given method. * * @param \ReflectionMethod $method + * * @return array */ private function getMethodCallbacks(\ReflectionMethod $method)