diff --git a/src/Faker/Documentor.php b/src/Faker/Documentor.php index acce8dd56c..f13df1f002 100644 --- a/src/Faker/Documentor.php +++ b/src/Faker/Documentor.php @@ -6,7 +6,7 @@ class Documentor { protected $generator; - public function __construct($generator) + public function __construct(Generator $generator) { $this->generator = $generator; }