Skip to content

Remove yiisoft/cache and update yiisoft/cache-file to ^3.1 (#279) #1336

Remove yiisoft/cache and update yiisoft/cache-file to ^3.1 (#279)

Remove yiisoft/cache and update yiisoft/cache-file to ^3.1 (#279) #1336

Triggered via push October 13, 2023 12:23
Status Success
Total duration 19m 10s
Artifacts

mutation.yml

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

Annotations

1 warning
PHP 8.1-ubuntu-latest: src/Connection.php#L37
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $command->setSql($sql); } if ($this->logger !== null) { - $command->setLogger($this->logger); + } if ($this->profiler !== null) { $command->setProfiler($this->profiler);