-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
With this code here https://github.com/composer/packagist/blob/8a3d28e42f9790dea401e5f9afc7c2c9780b58d8/src/Entity/PackageRepository.php#L255-L270
Running locally I get:
Method App\Entity\PackageRepository::getStalePackagesForDumping() should return array<int, string> but returns array<int<0, max>, int<0, 4294967295>>.
Which makes sense given #222
But on CI e.g. https://github.com/composer/packagist/runs/5037284175?check_suite_focus=true I get this:
Method App\Entity\PackageRepository::getStalePackagesForDumping() should return array<int, string> but returns array<int, mixed>.
Any clue what could cause this? All dependency versions are the same as it installs from lock file.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working