mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(taskprocessing): fix psalm issue
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
parent
c23f126c41
commit
9306ddeb69
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ enum EShapeType: int {
|
|||
* @param ShapeEnumValue[] $enumValues
|
||||
* @return void
|
||||
* @throws ValidationException
|
||||
* @since 30.0.0
|
||||
*/
|
||||
public function validateEnum(mixed $value, array $enumValues): void {
|
||||
if ($this !== EShapeType::Enum) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue