From 0ee1567d5e28d9a2479f1a8c2ec94c498d217cfa Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Wed, 12 Oct 2022 20:16:33 +0200 Subject: [PATCH] Remove mixed here, not supported by PHP 7.4 --- src/Image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Image.php b/src/Image.php index 5516f15..d599757 100644 --- a/src/Image.php +++ b/src/Image.php @@ -832,7 +832,7 @@ public static function newFromArray( * @return Image A new Image. */ public static function newFromMemory( - mixed $data, + $data, int $width, int $height, int $bands,