Passed
Pull Request — master (#69)
by Christian
02:08
created
Maphper/DataSource/DatabaseSelect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
 
107 107
     public function updateCache($data, $pkValue) {
108 108
         if ($this->cacheMode) {
109
-  		    if (isset($this->cache[$pkValue])) $this->cache[$pkValue] = (object) array_merge((array)$this->cache[$pkValue], (array)$data);
109
+  		    if (isset($this->cache[$pkValue])) $this->cache[$pkValue] = (object)array_merge((array)$this->cache[$pkValue], (array)$data);
110 110
   		    else $this->cache[$pkValue] = $data;
111 111
         }
112 112
     }
Please login to merge, or discard this patch.