Skip to content

Commit 89e699d

Browse files
committed
fix error identifier
1 parent e4df246 commit 89e699d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Error/SafeFunctionRuleError.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public function __construct(Name $nodeName, int $line)
1818

1919
public function getIdentifier(): string
2020
{
21-
return self::IDENTIFIER_PREFIX . 'class';
21+
return self::IDENTIFIER_PREFIX . 'function';
2222
}
2323
}

0 commit comments

Comments
 (0)