Skip to content

Improve package message handlers #461

Improve package message handlers

Improve package message handlers #461

Triggered via push November 7, 2025 14:26
Status Failure
Total duration 33s
Artifacts

linting.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
PHP-CS-Fixer
Process completed with exit code 8.
PHPStan
Process completed with exit code 1.
PHPStan: src/Message/UpdatePackageHandler.php#L31
Call to an undefined method CodedMonkey\Dirigent\Doctrine\Entity\Package::isUpdateScheduled().
PHPStan: src/Doctrine/Repository/VersionRepository.php#L49
PHPDoc tag @return has invalid value (array<string, {id: int, version: string, normalized_version: string, source: ?array}>): Unexpected token "{", expected type at offset 33 on line 2
PHPStan: src/Doctrine/Repository/PackageRepository.php#L178
Call to function is_int() with int will always evaluate to true.