Skip to content

Commit 3236d3b

Browse files
committed
Fix error for non-nullable array of non-nullable elements annotation
1 parent 1079c7e commit 3236d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Transformer/ArgumentsTransformerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ public function getWrappedInputObjectList(): Generator
354354
yield [new NonNull(new ListOfType(new NonNull($inputObject)))];
355355
}
356356

357-
/** @dataProvider getWrappedInputObject */
357+
/** @dataProvider getWrappedInputObjectList */
358358
public function testInputObjectWithWrappingTypeList(Type $type): void
359359
{
360360
$transformer = $this->getTransformer(

0 commit comments

Comments
 (0)