From 71bdc9171acd32fea90ac429326ee722de9aa772 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 16 Feb 2021 03:06:50 +0000 Subject: [PATCH] - Removed a return value, waiting for php8.0 --- src/SecurityHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);