Skip to content

Commit

Permalink
Fix implicitly-required parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jan 23, 2024
1 parent eaf3b4f commit 6d91c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Extractor/PhpDocExtractorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public static function typesProvider()
/**
* @dataProvider provideCollectionTypes
*/
public function testExtractCollection($property, ?array $type = null, $shortDescription, $longDescription)
public function testExtractCollection($property, ?array $type, $shortDescription, $longDescription)
{
if (!class_exists(Collection::class)) {
$this->markTestSkipped('Collections are not implemented in current phpdocumentor/type-resolver version');
Expand Down

0 comments on commit 6d91c6f

Please sign in to comment.