It seems like array('auth' => array('a...avel-n11.api_secret'))) of type array<string,array<strin..."appSecret\":\"?\"}>"}> is incompatible with the declared type array<integer,array>|null of property $_parameters.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
Loading history...
38
}
39
40
/**
41
* @param string $endPoint
42
* @return SoapClient
43
* @throws \SoapFault
44
*/
45
protected function setEndPoint(string $endPoint): SoapClient
46
{
47
return new SoapClient($this->_baseUrl . "/" . $endPoint);
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..