- Removed a return value, waiting for php8.0
This commit is contained in:
parent
6dc2fb4f60
commit
71bdc9171a
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue