Skip to content

Commit 389a728

Browse files
committed
fix typo in expected error message
1 parent 47bbfb1 commit 389a728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Functions/MissingFunctionParameterTypehintRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function testRule(): void
7272
MissingTypehintCheck::MISSING_ITERABLE_VALUE_TYPE_TIP,
7373
],
7474
[
75-
'Function MissingFunctionParameterTypehint\missingTraversableTypehint() has parameter $traversable with generic interface Traversable but does not specify its types: TKey, TValu',
75+
'Function MissingFunctionParameterTypehint\missingTraversableTypehint() has parameter $traversable with generic interface Traversable but does not specify its types: TKey, TValue',
7676
148,
7777
MissingTypehintCheck::MISSING_ITERABLE_VALUE_TYPE_TIP,
7878
],

0 commit comments

Comments
 (0)