It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
It seems like $service of type object<ApiClients\Tools\...FetchAndIterateService> is incompatible with the declared type object<ApiClients\Tools\...FetchAndHydrateService> of property $service.
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...
25
1
}
26
27
/**
28
* Fetch the given repository and hydrate it.
29
*
30
* @param StreamCommand $command
31
* @return PromiseInterface
32
*/
33
1
public function handle(StreamCommand $command): PromiseInterface
The method iterate() does not seem to exist on object<ApiClients\Tools\...FetchAndHydrateService>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
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..