We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e086835 commit e312833Copy full SHA for e312833
1 file changed
src/Kernel/Mnemonics/_invokestatic.php
@@ -50,7 +50,7 @@ public function execute(): void
50
$return = forward_static_call_array(
51
[
52
$classObject,
53
- "{$prefix}_{$methodName}"
+ "{$prefix}{$methodName}"
54
],
55
$arguments
56
);
0 commit comments