[phpstorm-stubs] Added default values for parameters in imagegd2().

This commit is contained in:
LolGleb 2023-08-30 17:08:16 +02:00 committed by Gleb Sieemshchikov
parent 788fdbd7f5
commit b037918158
1 changed files with 1 additions and 1 deletions

View File

@ -1121,7 +1121,7 @@ function imagegd(GdImage $image, ?string $file = null): bool {}
* </p>
* @return bool true on success or false on failure.
*/
function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = null, int $mode = null): bool {}
function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = 128, int $mode = IMG_GD2_RAW): bool {}
/**
* Destroy an image