PHP CS Fixer: enable no_useless_else

This commit is contained in:
Dariusz Ruminski
2026-01-03 23:54:45 +01:00
committed by Nicolas Grekas
parent 7a8fe1a282
commit 919da89c1e

View File

@@ -211,10 +211,10 @@ class TagAwareAdapter implements TagAwareAdapterInterface, TagAwareCacheInterfac
}
return $this->pool->clear($prefix);
} else {
$this->deferred = [];
}
$this->deferred = [];
return $this->pool->clear();
}