Skip to content

Commit 71eb23f

Browse files
Merge branch '6.4' into 7.3
* 6.4: Remove calls to no-op functions, deprecated in PHP 8.5 Remove deprecated calls to deprecated methods of SplObjectStorage [Messenger] Show package installation hint also for amqps
2 parents 2e72ace + 22d2015 commit 71eb23f

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
@@ -235,8 +235,6 @@ public function validate(mixed $value, Constraint $constraint): void
235235

236236
return;
237237
}
238-
239-
imagedestroy($resource);
240238
}
241239
}
242240

0 commit comments

Comments
 (0)