Skip to content

Commit 84dcc33

Browse files
committed
cs
1 parent 56ca18a commit 84dcc33

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

tests/ReturnTypeExtension/NodeGetAttributeTypeExtension/NodeGetAttributeTypeExtensionTest.php

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

2222
/**
23-
<<<<<<< HEAD
2423
* @return Iterator<array<string, mixed>>
25-
=======
26-
* @return Iterator<array<string, array<array<mixed>, mixed>>>
27-
>>>>>>> cc7df543 ([tests] add known doc iterables)
2824
*/
2925
public static function dataAsserts(): Iterator
3026
{

tests/Rules/Rector/PhpUpgradeImplementsMinPhpVersionInterfaceRule/PhpUpgradeImplementsMinPhpVersionInterfaceRuleTest.php

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

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

7-
use Rector\Php80\Rector\Class_\SomePhpFeatureRector;
87
use Iterator;
98
use PHPStan\Rules\Rule;
109
use PHPStan\Testing\RuleTestCase;

0 commit comments

Comments
 (0)