Skip to content

Commit 35bddf2

Browse files
authored
Add $format to image DocBlock (#670)
1 parent 5c1e500 commit 35bddf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Faker/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
*
280280
* @property string $image
281281
*
282-
* @method string image($dir = null, $width = 640, $height = 480, $category = null, $fullPath = true, $randomize = true, $word = null, $gray = false)
282+
* @method string image($dir = null, $width = 640, $height = 480, $category = null, $fullPath = true, $randomize = true, $word = null, $gray = false, string $format = 'png')
283283
*
284284
* @property string $email
285285
*

0 commit comments

Comments
 (0)