Completed
Push — V6 ( 8d8516...799449 )
by Georges
02:30
created
src/phpFastCache/Core/Pool/CacheItemPoolTrait.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -108,9 +108,9 @@
 block discarded – undo
108 108
                          * Reset the Item
109 109
                          */
110 110
                         $item->set(null)
111
-                          ->expiresAfter(abs((int) $this->getConfig()[ 'defaultTtl' ]))
112
-                          ->setHit(false)
113
-                          ->setTags([]);
111
+                            ->expiresAfter(abs((int) $this->getConfig()[ 'defaultTtl' ]))
112
+                            ->setHit(false)
113
+                            ->setTags([]);
114 114
                         if($this->config['itemDetailedDate']){
115 115
 
116 116
                             /**
Please login to merge, or discard this patch.