Skip to content

Commit 4ba282a

Browse files
committed
[TASK] Do not import short names
1 parent 98784e8 commit 4ba282a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/typo3-fractor/rules-tests/TYPO3v10/TypoScript/RemoveUseCacheHashFromTypolinkTypoScriptFractor/RemoveUseCacheHashFromTypolinkTypoScriptFractorTest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace a9f\Typo3Fractor\Tests\TYPO3v10\TypoScript\RemoveUseCacheHashFromTypolinkTypoScriptFractor;
66

77
use a9f\Fractor\Testing\PHPUnit\AbstractFractorTestCase;
8-
use Iterator;
98
use PHPUnit\Framework\Attributes\DataProvider;
109

1110
final class RemoveUseCacheHashFromTypolinkTypoScriptFractorTest extends AbstractFractorTestCase
@@ -16,7 +15,7 @@ public function test(string $filePath): void
1615
$this->doTestFile($filePath);
1716
}
1817

19-
public static function provideData(): Iterator
18+
public static function provideData(): \Iterator
2019
{
2120
return self::yieldFilesFromDirectory(__DIR__ . '/Fixtures', '*.typoscript');
2221
}

0 commit comments

Comments
 (0)