Skip to content

Commit

Permalink
Add $format to image DocBlock (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagesucks committed Jul 6, 2023
1 parent 5c1e500 commit 35bddf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Generator.php
Expand Up @@ -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
*
Expand Down

0 comments on commit 35bddf2

Please sign in to comment.