Overrides Command::setCode
public function setCode(callable $code) : static { $this->getCommand() ->setCode($code); return $this; }