Skip to content

Commit 56ca18a

Browse files
committed
[tests] add known doc iterables
1 parent 3ba52d3 commit 56ca18a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

tests/ReturnTypeExtension/NodeGetAttributeTypeExtension/NodeGetAttributeTypeExtensionTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ public function testAsserts(string $assertType, string $file, mixed ...$args): v
2020
}
2121

2222
/**
23+
<<<<<<< HEAD
2324
* @return Iterator<array<string, mixed>>
25+
=======
26+
* @return Iterator<array<string, array<array<mixed>, mixed>>>
27+
>>>>>>> cc7df543 ([tests] add known doc iterables)
2428
*/
2529
public static function dataAsserts(): Iterator
2630
{

tests/Rules/Rector/PhpUpgradeImplementsMinPhpVersionInterfaceRule/PhpUpgradeImplementsMinPhpVersionInterfaceRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace Symplify\PHPStanRules\Tests\Rules\Rector\PhpUpgradeImplementsMinPhpVersionInterfaceRule;
66

7+
use Rector\Php80\Rector\Class_\SomePhpFeatureRector;
78
use Iterator;
89
use PHPStan\Rules\Rule;
910
use PHPStan\Testing\RuleTestCase;

0 commit comments

Comments
 (0)