Skip to content

Update rector/rector requirement from ^0.17 to ^0.18 #1349

Update rector/rector requirement from ^0.17 to ^0.18

Update rector/rector requirement from ^0.17 to ^0.18 #1349

Triggered via pull request October 25, 2023 07:23
Status Success
Total duration 19m 49s
Artifacts

mutation.yml

on: pull_request
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);