It seems like $preprocessors of type array<integer,array<inte...tement\IPreprocessor>>> is incompatible with the declared type array<integer,object<Foo...atement\IPreprocessor>> of property $preprocessors.
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...
20
1
}
21
22
/**
23
* @param string $query
24
* @param array $parameters
25
*/
26
1
public function process(string &$query, array &$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..