You've already forked redmine-bundle
added type hints (oh, yeah - mixed for all)
This commit is contained in:
@@ -29,7 +29,7 @@ final class RedmineClient
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function __call($name, $arguments)
|
public function __call(mixed $name, mixed $arguments): mixed
|
||||||
{
|
{
|
||||||
if (!method_exists($this->client, $name)) {
|
if (!method_exists($this->client, $name)) {
|
||||||
throw new \BadMethodCallException(sprintf(
|
throw new \BadMethodCallException(sprintf(
|
||||||
|
|||||||
Reference in New Issue
Block a user