diff --git a/src/SecurityHandler.php b/src/SecurityHandler.php index b0cadfe..46f31f3 100644 --- a/src/SecurityHandler.php +++ b/src/SecurityHandler.php @@ -24,7 +24,7 @@ class SecurityHandler { return null; } - protected function getClassAnnotations(string $className, string $methodName) : \Notes\Annotation + protected function getClassAnnotations(string $className, string $methodName)/* : \Notes\Annotation|array */ { $objectResolver = new ObjectResolver($className, true, true, false, true);