We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5457b2d commit c55710cCopy full SHA for c55710c
src/Rules/Functions/ExistingClassesInTypehintsRule.php
@@ -55,7 +55,7 @@ public function processNode(Node $node, Scope $scope): array
55
),
56
sprintf(
57
'Attribute NoDiscard cannot be used on void function %s().',
58
- $functionName
+ $functionName,
59
60
);
61
}
0 commit comments