Skip to content

Commit 45b2712

Browse files
committed
Update MissingMethodParameterTypehintRuleTest.php
1 parent 0f041b2 commit 45b2712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PHPStan/Rules/Methods/MissingMethodParameterTypehintRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ 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,
156+
12,
157157
],
158158
]);
159159
}

0 commit comments

Comments
 (0)