Completed
Push — master ( 639943...140f08 )
by Jared
03:19
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.