Fixed static analysis issue

This commit is contained in:
Jan Böhmer 2023-05-27 19:29:00 +02:00
parent e44428f87c
commit 5ec676c40c

View file

@ -117,6 +117,8 @@ class AttachmentVoter extends ExtendedVoter
return $this->resolver->inherit($user, $param, $this->mapOperation($attribute)) ?? false;
}
return false;
}
private function mapOperation(string $attribute): string