- Issue created by @cmlara
Modules implementing UpdateFetcherInterface will trigger a phpstan warning "has parameter $project with no value type specified in iterable type array. "
Run phpstan analyze at level 6 or higher, on a module implementing UpdateFetcherInterface.
Specify the array shape of $project in UpdateFetcherInterface. We can also specify the return shape of UpdateManagerInterface::getProjects() as it is defined as the reference array type.
None
No API change, this just adds a more specific type definition to the phpdoc based on existing documentation.