Skip to content

Commit

Permalink
Fix: DocBlock (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Apr 21, 2023
1 parent 0620139 commit 1a735f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 1a735f0

Please # to comment.