Skip to content

Commit e7a5174

Browse files
,
1 parent 3524bc5 commit e7a5174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Functions/ExistingClassesInTypehintsRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function processNode(Node $node, Scope $scope): array
5555
),
5656
sprintf(
5757
'Attribute NoDiscard cannot be used on void function %s().',
58-
$functionName
58+
$functionName,
5959
),
6060
);
6161
}

0 commit comments

Comments
 (0)