We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73de1b8 + 88984ce commit 82277deCopy full SHA for 82277de
1 file changed
src/Image/ImageWrapper.php
@@ -48,7 +48,7 @@ public static function create(int $width, int $height, array|null $background =
48
return null;
49
}
50
51
- if (! isset($background['red'], $background['green'], $background['blue'])) {
+ if ($background === null) {
52
return new self($image);
53
54
0 commit comments