It seems like array_merge($pathParamet...arameters($definition)) of type array is incompatible with the declared type array<integer,object<Kle...Description\Parameter>> of property $pathParameters.
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...
47
}
48
49
/**
50
* @param string $method
51
* @param \stdClass $operationDefinition
52
*
53
* @return Operation
54
*/
55
protected function createOperation(string $method, \stdClass $operationDefinition): Operation
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..