Skip to content

Commit

Permalink
Corrected the generate function's return type
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Aug 7, 2014
1 parent 8311fc5 commit 13871ea
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 13871ea

Please sign in to comment.