Skip to content

Commit 7a832fd

Browse files
authored
Remove mixed here, not supported by PHP 7.4 (#161)
1 parent e736e51 commit 7a832fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Image.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ public static function newFromArray(
832832
* @return Image A new Image.
833833
*/
834834
public static function newFromMemory(
835-
mixed $data,
835+
$data,
836836
int $width,
837837
int $height,
838838
int $bands,

0 commit comments

Comments
 (0)