We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585b7fa commit 2054986Copy full SHA for 2054986
1 file changed
src/Core/JVM/Invoker/Invokable.php
@@ -92,7 +92,7 @@ public function call(string $name, ...$arguments)
92
$convertedPassedArguments = $this->stringifyArguments(...$arguments);
93
94
$method = $operationCache->fetchOrPush(
95
- "{$name}.$convertedPassedArguments",
+ "{$name}.{$convertedPassedArguments}",
96
function () use ($name, $arguments) {
97
return $this->findMethod(
98
$name,
0 commit comments