From f21cac993f3e3b73d55b307183c332f35692a2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bar=C3=A1=C5=A1ek?= Date: Thu, 18 Jul 2019 21:22:28 +0200 Subject: [PATCH] Helpers: Annotation for hinting ->getDocComment(). --- src/DI/Helpers.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DI/Helpers.php b/src/DI/Helpers.php index bc525e8eb..13d36a4bb 100644 --- a/src/DI/Helpers.php +++ b/src/DI/Helpers.php @@ -147,6 +147,7 @@ public static function prefixServiceName($config, string $namespace) /** * Returns an annotation value. + * @param \Reflector|\ReflectionMethod $ref */ public static function parseAnnotation(\Reflector $ref, string $name): ?string {