- Removed a return value, waiting for php8.0

This commit is contained in:
Dave M. 2021-02-16 03:06:50 +00:00
parent 6dc2fb4f60
commit 71bdc9171a
1 changed files with 1 additions and 1 deletions

View File

@ -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);