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 e4df246 commit 89e699dCopy full SHA for 89e699d
src/Rules/Error/SafeFunctionRuleError.php
@@ -18,6 +18,6 @@ public function __construct(Name $nodeName, int $line)
18
19
public function getIdentifier(): string
20
{
21
- return self::IDENTIFIER_PREFIX . 'class';
+ return self::IDENTIFIER_PREFIX . 'function';
22
}
23
0 commit comments