diff --git a/lib/Doctrine/Common/Annotations/AnnotationReader.php b/lib/Doctrine/Common/Annotations/AnnotationReader.php index dbbf8dff6..f7d1c3a3b 100644 --- a/lib/Doctrine/Common/Annotations/AnnotationReader.php +++ b/lib/Doctrine/Common/Annotations/AnnotationReader.php @@ -184,7 +184,7 @@ class AnnotationReader // Attempt to grab data from cache if (($data = $this->_cache->fetch($cacheKey)) !== false) { return $data; - } + } $context = 'method ' . $method->getDeclaringClass()->getName() . '::' . $method->getName() . '()'; $annotations = $this->_parser->parse($method->getDocComment(), $context);