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 #446 from JeroenDeDauw/th
Browse files Browse the repository at this point in the history
Add type hint
  • Loading branch information
fzaninotto committed Oct 28, 2014
2 parents b6d3831 + 44cddbd commit 666a3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Documentor.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Documentor
{
protected $generator;

public function __construct($generator)
public function __construct(Generator $generator)
{
$this->generator = $generator;
}
Expand Down

0 comments on commit 666a3f6

Please sign in to comment.