Skip to content

Commit 22d2015

Browse files
Remove calls to no-op functions, deprecated in PHP 8.5
1 parent d0ebf25 commit 22d2015

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Constraints/ImageValidator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ public function validate(mixed $value, Constraint $constraint)
230230

231231
return;
232232
}
233-
234-
imagedestroy($resource);
235233
}
236234
}
237235
}

0 commit comments

Comments
 (0)