Skip to content

Commit 8ffae89

Browse files
committed
🚿 PHP 8.5 deprecation: imagedestroy()
1 parent 1e6006d commit 8ffae89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Output/QRGdImage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@ protected function dumpImage():string{
323323
throw new QRCodeOutputException('ob_get_contents() error');
324324
}
325325

326-
imagedestroy($this->image);
327-
328326
ob_end_clean();
329327

330328
return $imageData;

0 commit comments

Comments
 (0)