Skip to content

Commit 0585ca3

Browse files
namespace
1 parent 3a776b3 commit 0585ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Functions/ExistingClassesInTypehintsRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ public function testNoDiscardVoid(): void
493493
{
494494
$this->analyse([__DIR__ . '/data/typehints-nodiscard.php'], [
495495
[
496-
'Attribute NoDiscard cannot be used on void function nothing().',
496+
'Attribute NoDiscard cannot be used on void function TestFunctionTypehints\nothing().',
497497
6,
498498
],
499499
]);

0 commit comments

Comments
 (0)