Skip to content

chubbyphp/chubbyphp-parsing 2.0 #1571

chubbyphp/chubbyphp-parsing 2.0

chubbyphp/chubbyphp-parsing 2.0 #1571

Triggered via push October 12, 2025 18:06
Status Success
Total duration 1m 36s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
PHP 8.3: src/Repository/PetRepository.php#L54
Escaped Mutant for Mutator "Continue_": @@ @@ $itemsQueryBuilder = clone $queryBuilder; foreach ($petCollection->getSort() as $field => $order) { if (!$order) { - continue; + break; } $itemsQueryBuilder->sort($field, $order); }
PHP 8.2: src/Repository/PetRepository.php#L54
Escaped Mutant for Mutator "Continue_": @@ @@ $itemsQueryBuilder = clone $queryBuilder; foreach ($petCollection->getSort() as $field => $order) { if (!$order) { - continue; + break; } $itemsQueryBuilder->sort($field, $order); }
PHP 8.4: src/Repository/PetRepository.php#L54
Escaped Mutant for Mutator "Continue_": @@ @@ $itemsQueryBuilder = clone $queryBuilder; foreach ($petCollection->getSort() as $field => $order) { if (!$order) { - continue; + break; } $itemsQueryBuilder->sort($field, $order); }