Skip to content

Commit 7f04343

Browse files
committed
Rename class to match phpstan naming
1 parent d3eb291 commit 7f04343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rule/Debug/DisallowDebugFuncCallRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function processNode(Node $node, Scope $scope): array
6565
$usedName,
6666
'The use in shipped code is discouraged because they can leak sensitive information or clutter output.',
6767
))
68-
->identifier('cake.debug.debugFunctionUse')
68+
->identifier('cake.debug.debugFuncCallUse')
6969
->build(),
7070
];
7171
}

0 commit comments

Comments
 (0)