Skip to content

Commit 28409dc

Browse files
committed
[ci-review] Rector Rectify
1 parent e9fbc1c commit 28409dc

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

tests/NodeTypeResolver/PerNodeTypeResolver/ClassAndInterfaceTypeResolver/ClassTypeResolverTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function test(string $file, int $nodePosition, ObjectType $expectedObject
3434

3535
/**
3636
* @return Iterator<array<int, (int|ObjectType|literal-string&non-falsy-string)>>
37+
* @return Iterator<array<int, (int | ObjectType | string)>>
3738
*/
3839
public static function dataProvider(): Iterator
3940
{

tests/NodeTypeResolver/PerNodeTypeResolver/VariableTypeResolver/VariableTypeResolverTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ public function test(string $file, int $nodePosition, TypeWithClassName $expecte
2929
$this->assertSame($expectedTypeWithClassName->getClassName(), $resolvedType->getClassName());
3030
}
3131

32+
/**
33+
* @return Iterator<array<int, (int|ObjectType|string)>>
34+
*/
3235
public static function provideData(): Iterator
3336
{
3437
$anotherTypeObjectType = new ObjectType(AnotherType::class);

0 commit comments

Comments
 (0)