We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
imagedestroy()
1 parent ffde638 commit 3b86272Copy full SHA for 3b86272
2 files changed
.tools/psalm/baseline.xml
@@ -855,8 +855,6 @@
855
<code><![CDATA[$imgBlur]]></code>
856
857
858
- <code><![CDATA[$imgBlur]]></code>
859
- <code><![CDATA[$imgCanvas]]></code>
860
<code><![CDATA[$imgCanvas]]></code>
861
862
redaxo/src/addons/media_manager/lib/effects/effect_filter_sharpen.php
@@ -159,8 +159,7 @@ public function execute()
159
}
160
161
162
- imagedestroy($imgCanvas);
163
- imagedestroy($imgBlur);
+
164
$this->media->setImage($gdimage);
165
166
0 commit comments