Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit eb13095

Browse files
committed
style : cs fix
1 parent 7a50082 commit eb13095

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Unit/ConfigTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,8 @@ public function testHeaderCommentFixerIsEnabledIfHeaderIsProvided(string $header
445445

446446
/**
447447
* @psalm-return Generator<string, array{0: string}, mixed, void>
448-
* @return Generator
449448
*/
450-
public static function provideHeaderCommentFixerIsEnabledIfHeaderIsProvidedCases(): Generator
449+
public static function provideHeaderCommentFixerIsEnabledIfHeaderIsProvidedCases(): iterable
451450
{
452451
$values = [
453452
'string-empty' => '',

0 commit comments

Comments
 (0)