Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #814 from jonwurtzler/patch-1
Browse files Browse the repository at this point in the history
Update imageUrl method documentation
  • Loading branch information
fzaninotto committed Jan 27, 2016
2 parents de2ed3b + 29f5ed6 commit 1039b23
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 @@ -154,7 +154,7 @@
* @property string $fileExtension
* @method string file($sourceDirectory = '/tmp', $targetDirectory = '/tmp', $fullPath = true)
*
* @method string imageUrl($width = 640, $height = 480, $category = null, $randomize = true)
* @method string imageUrl($width = 640, $height = 480, $category = null, $randomize = true, $word = null)
* @method string image($dir = null, $width = 640, $height = 480, $category = null, $fullPath = true)
*
* @property string $hexColor
Expand Down

0 comments on commit 1039b23

Please sign in to comment.