Skip to content

DX: Cache optimisation #9517

DX: Cache optimisation

DX: Cache optimisation #9517

Triggered via pull request May 6, 2024 14:41
Status Success
Total duration 5m 29s
Artifacts

ci.yml

on: pull_request
Matrix: tests
Matrix: Deployment checks
Fit to window
Zoom out
Zoom in

Annotations

1 warning
PHP 8.3 mutation tests: src/Runner/Runner.php#L269
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } } } - $this->cacheManager->setFileHash($name, $newHash); + $this->dispatchEvent(FixerFileProcessedEvent::NAME, new FixerFileProcessedEvent(null !== $fixInfo ? FixerFileProcessedEvent::STATUS_FIXED : FixerFileProcessedEvent::STATUS_NO_CHANGES)); return $fixInfo; }