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 13d3777 commit 596d4a7Copy full SHA for 596d4a7
src/Redis/Command/Option/WithPublicGroupedSetterTrait.php
@@ -58,7 +58,7 @@ public function __call(string $name, array $arguments): self
58
return $this->setDataOfOption($snakeCase, $arguments[0]);
59
}
60
61
- throw new BadMethodCallException(sprintf('Call undefined method %s is not callable in %s', $name, get_class($this)));
+ throw new BadMethodCallException(sprintf('Call undefined method %s in %s', $name, get_class($this)));
62
63
64
/**
0 commit comments