From 343bf6ad897e785290c857e0da324761bd3feea8 Mon Sep 17 00:00:00 2001 From: Nikolas Evers Date: Thu, 6 Jul 2023 01:33:18 +0200 Subject: [PATCH] Add `$format` to `image` DocBlock --- src/Faker/Generator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faker/Generator.php b/src/Faker/Generator.php index 2cad02d7a8..225e8e5313 100644 --- a/src/Faker/Generator.php +++ b/src/Faker/Generator.php @@ -279,7 +279,7 @@ * * @property string $image * - * @method string image($dir = null, $width = 640, $height = 480, $category = null, $fullPath = true, $randomize = true, $word = null, $gray = false) + * @method string image($dir = null, $width = 640, $height = 480, $category = null, $fullPath = true, $randomize = true, $word = null, $gray = false, string $format = 'png') * * @property string $email *