Update yiisoft/cache-file requirement from ^2.0 to ^3.1 #1330
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);
|