The expression return $this->reqId could return the type null which is incompatible with the type-hinted return string. Consider adding an additional type-check to rule them out.
Loading history...
37
}
38
39
/**
40
* @param string $symbol
41
* @return self
42
*/
43
protected function setSymbols(string $symbol): self