Skip to content

Commit 1c4fbea

Browse files
committed
cleanup duplicated entry and not exsting typehint tip
1 parent f754efd commit 1c4fbea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/PHPStan/Rules/Functions/MissingFunctionParameterTypehintRuleTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ public function testRule(): void
7474
[
7575
'Function MissingFunctionParameterTypehint\missingTraversableTypehint() has parameter $traversable with generic interface Traversable but does not specify its types: TKey, TValue',
7676
148,
77-
MissingTypehintCheck::MISSING_ITERABLE_VALUE_TYPE_TIP,
78-
],
79-
[
80-
'Function MissingFunctionParameterTypehint\missingTraversableTypehintPhpDoc() has parameter $traversable with no value type specified in iterable type Traversable.',
81-
156,
82-
MissingTypehintCheck::MISSING_ITERABLE_VALUE_TYPE_TIP,
8377
],
8478
[
8579
'Function MissingFunctionParameterTypehint\missingCallableSignature() has parameter $cb with no signature specified for callable.',

0 commit comments

Comments
 (0)