Passed
Pull Request — master (#832)
by Georges
02:47
created
lib/Phpfastcache/Drivers/Mongodb/Driver.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -254,7 +254,7 @@
 block discarded – undo
254 254
     protected function driverClear(): bool
255 255
     {
256 256
         try {
257
-           return $this->collection->deleteMany([])->isAcknowledged();
257
+            return $this->collection->deleteMany([])->isAcknowledged();
258 258
         } catch (MongoDBException $e) {
259 259
             throw new PhpfastcacheDriverException('Got error while trying to empty the collection: ' . $e->getMessage(), 0, $e);
260 260
         }
Please login to merge, or discard this patch.