Skip to content

Commit c54a269

Browse files
authored
Narrow too wide return type
1 parent 9ec3fa9 commit c54a269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/PHPUnit/DataProviderHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ private function parseDataProviderExternalAttribute(Attribute $attribute): ?arra
285285
}
286286

287287
/**
288-
* @return array<string, array{(ClassReflection|null), string, int}>|null
288+
* @return array<string, array{ClassReflection, string, int}>|null
289289
*/
290290
private function parseDataProviderAttribute(Attribute $attribute, ClassReflection $classReflection): ?array
291291
{

0 commit comments

Comments
 (0)