Skip to content

Commit 3afa0ac

Browse files
phpstan-botclaude
authored andcommitted
Remove doBaz() test case from bug-14549.php per reviewer request
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ca76429 commit 3afa0ac

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

tests/PHPStan/Rules/Methods/MissingMethodParameterTypehintRuleTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ public function testBug14549(): void
165165
46,
166166
MissingTypehintCheck::MISSING_ITERABLE_VALUE_TYPE_TIP,
167167
],
168-
[
169-
'Method Bug14549\Foo::doBaz() has parameter $task with no signature specified for callable.',
170-
53,
171-
],
172168
]);
173169
}
174170

tests/PHPStan/Rules/Methods/data/bug-14549.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ public function doIntersection($array): void
4747
{
4848
}
4949

50-
/**
51-
* @param callable&array $task
52-
*/
53-
public function doBaz(array $task): void
54-
{
55-
}
56-
5750
}
5851

5952

0 commit comments

Comments
 (0)