Skip to content

Commit 8107134

Browse files
committed
Update ReturnTypeRuleTest.php
1 parent 2327cc0 commit 8107134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Rules/Methods/ReturnTypeRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,8 +1241,8 @@ public function testBug4443(): void
12411241
$this->analyse([__DIR__ . '/data/bug-4443.php'], [
12421242
[
12431243
'Method Bug4443\HelloWorld::getArray() should return array<mixed> but returns array<mixed>|null.',
1244-
22
1245-
]
1244+
22,
1245+
],
12461246
]);
12471247
}
12481248

0 commit comments

Comments
 (0)