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

Commit

Permalink
Update imageUrl method documentation
Browse files Browse the repository at this point in the history
Adding the $word property to method documentation to match actual method implementation.
  • Loading branch information
jonwurtzler committed Jan 26, 2016
1 parent de2ed3b commit 29f5ed6
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 29f5ed6

Please sign in to comment.