Skip to content

Commit

Permalink
Merge pull request #245 from GrahamCampbell/doc
Browse files Browse the repository at this point in the history
Return Type Fix
  • Loading branch information
GrahamCampbell committed Aug 7, 2014
2 parents 9e630a4 + 13871ea commit 640ad13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generators/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Factory extends Base
/**
* Return generated data.
*
* @return int
* @return int|null
*/
public function generate()
{
Expand Down

0 comments on commit 640ad13

Please sign in to comment.