Completed
Push — master ( c9da1f...e700cf )
by Jared
02:48
created
src/Cacheable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
         // cache the local properties
161 161
         $item = $this->getCacheItem();
162 162
         $item->set($this->_values)
163
-             ->expiresAfter($this->getCacheTTL());
163
+                ->expiresAfter($this->getCacheTTL());
164 164
 
165 165
         self::$cachePool->save($item);
166 166
 
Please login to merge, or discard this patch.