Skip to content

refactor

refactor #319

Triggered via push April 15, 2025 19:20
Status Failure
Total duration 2m 54s
Artifacts

test.yml

on: push
Matrix: php
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
PHP 8.4 on ubuntu-latest Composer v2 (highest)
Process completed with exit code 1.
PHP 8.4 on ubuntu-latest Composer v2 (highest): src/Diff/DiffEntry.php#L126
Escaped Mutant for Mutator "PublicVisibility": @@ @@ /** * @return PackageInterface */ - public function getPackage() + protected function getPackage() { $operation = $this->getOperation(); if ($operation instanceof UpdateOperation) {