Skip to content

Commit 2c70110

Browse files
committed
fix(prelude): mark getimagesizefromstring second parameter as optional
closes #826 Signed-off-by: azjezz <[email protected]>
1 parent 8678bb2 commit 2c70110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/prelude/assets/extensions/standard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5521,7 +5521,7 @@ function header_register_callback(callable $callback): bool
55215521
* mime: string
55225522
* }
55235523
*/
5524-
function getimagesizefromstring(string $string, &$image_info): array|false
5524+
function getimagesizefromstring(string $string, null|array &$image_info = null): array|false
55255525
{
55265526
}
55275527

0 commit comments

Comments
 (0)