Skip to content

Commit

Permalink
Fix nullable in Imagick.stub.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored and Danack committed Jul 1, 2024
1 parent 7fb31d4 commit 6526e1f
Show file tree
Hide file tree
Showing 2 changed files with 4,385 additions and 462 deletions.
2 changes: 1 addition & 1 deletion Imagick.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ public function newImage(
int $columns,
int $rows,
ImagickPixel|string $background_color,
string $format = null
?string $format = null
): bool {}

// TODO - canvas? description
Expand Down
Loading

0 comments on commit 6526e1f

Please sign in to comment.