Completed
Push — master ( e0f9e9...43f62d )
by Jared
175:39 queued 119:08
created
src/Cacheable.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,8 +37,8 @@  discard block
 block discarded – undo
37 37
 
38 38
         if (self::$cachePool) {
39 39
             // First, attempts to load the model from the caching layer.
40
-             // If that fails, then attempts to load the model from the
41
-             // database layer.
40
+                // If that fails, then attempts to load the model from the
41
+                // database layer.
42 42
             $item = $this->getCacheItem();
43 43
             $values = $item->get();
44 44
 
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
 
163 163
         // cache the local properties
164 164
         $this->getCacheItem()
165
-             ->set($this->_values, $this->getCacheTTL());
165
+                ->set($this->_values, $this->getCacheTTL());
166 166
 
167 167
         return $this;
168 168
     }
Please login to merge, or discard this patch.