mirror of
https://github.com/symfony/cache.git
synced 2026-03-23 23:22:07 +01:00
PHP CS Fixer: enable no_useless_else
This commit is contained in:
committed by
Nicolas Grekas
parent
7a8fe1a282
commit
919da89c1e
@@ -211,10 +211,10 @@ class TagAwareAdapter implements TagAwareAdapterInterface, TagAwareCacheInterfac
|
||||
}
|
||||
|
||||
return $this->pool->clear($prefix);
|
||||
} else {
|
||||
$this->deferred = [];
|
||||
}
|
||||
|
||||
$this->deferred = [];
|
||||
|
||||
return $this->pool->clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user