Skip to content

Commit 41ae43a

Browse files
committed
CS Fix 2
1 parent d2316e5 commit 41ae43a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Doctrine/DebugTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function testExportParentAttributes(TestAsset\ParentClass $class, array $
131131
self::assertSame($expected, $var);
132132
}
133133

134-
public static function provideExportParentAttributesCases()
134+
public static function provideExportParentAttributesCases(): iterable
135135
{
136136
return [
137137
'different-attributes' => [

tests/RTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function testCallArgumentDetails($argument, string $expectedNeedle): void
102102
self::assertStringContainsString($expectedNeedle, MockStderr::$output);
103103
}
104104

105-
public static function provideCallArgumentDetailsCases(): array
105+
public static function provideCallArgumentDetailsCases(): iterable
106106
{
107107
return [
108108
[new stdClass(), 'r(stdClass,'],

0 commit comments

Comments
 (0)