Skip to content

Commit 6075cb4

Browse files
committed
cs
1 parent 98de49b commit 6075cb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/PHPStan/Rules/Methods/MissingMethodParameterTypehintRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ public function testBug14549(): void
153153
$this->analyse([__DIR__ . '/data/bug-14549.php'], [
154154
[
155155
'Method Bug14549\MondayMorning::call() has parameter $task with no signature specified for callable.',
156-
10
157-
]
156+
10,
157+
],
158158
]);
159159
}
160160

0 commit comments

Comments
 (0)