The expression return $this->getPheanstalk() returns the type Pheanstalk\PheanstalkInterface which is incompatible with the documented return type array.
Loading history...
57
}
58
59
/**
60
* @param string $name
61
* @param PheanstalkInterface $pheanstalk
62
* @param bool $default
63
*/
64
4
public function addPheanstalk($name, PheanstalkInterface $pheanstalk, bool $default = false)