Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 21, 2024
1 parent db657c1 commit ab706a2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Rector\Tests\DeadCode\Rector\If_\ReduceAlwaysFalseIfOrRector;

use Iterator;
use PHPUnit\Framework\Attributes\DataProvider;
use Rector\Testing\PHPUnit\AbstractRectorTestCase;

Expand All @@ -15,7 +16,7 @@ public function test(string $filePath): void
$this->doTestFile($filePath);
}

public static function provideData(): \Iterator
public static function provideData(): Iterator
{
return self::yieldFilesFromDirectory(__DIR__ . '/Fixture');
}
Expand Down

0 comments on commit ab706a2

Please sign in to comment.