diff --git a/Tests/Extractor/PhpDocExtractorTest.php b/Tests/Extractor/PhpDocExtractorTest.php index 98327a2..4999eb6 100644 --- a/Tests/Extractor/PhpDocExtractorTest.php +++ b/Tests/Extractor/PhpDocExtractorTest.php @@ -134,7 +134,7 @@ public static function typesProvider() /** * @dataProvider provideCollectionTypes */ - public function testExtractCollection($property, ?array $type = null, $shortDescription, $longDescription) + public function testExtractCollection($property, ?array $type, $shortDescription, $longDescription) { $this->testExtract($property, $type, $shortDescription, $longDescription); }