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 3524bc5 commit e7a5174Copy full SHA for e7a5174
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