From 8983173837378a741655103ce90e057b0cac9ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 21 Apr 2023 10:23:36 +0200 Subject: [PATCH] Fix: 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 ec77c08749..2cad02d7a8 100644 --- a/src/Faker/Generator.php +++ b/src/Faker/Generator.php @@ -275,7 +275,7 @@ * * @property string $imageUrl * - * @method string imageUrl($width = 640, $height = 480, $category = null, $randomize = true, $word = null, $gray = false) + * @method string imageUrl($width = 640, $height = 480, $category = null, $randomize = true, $word = null, $gray = false, string $format = 'png') * * @property string $image *