Completed
Push — master ( 0d7657...df0666 )
by Russell
07:37
created
code/models/fieldtypes/JSONText.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@  discard block
 block discarded – undo
288 288
             return $this->returnAsType([]);
289 289
         }
290 290
 
291
-        $count = count($data) -1;
291
+        $count = count($data)-1;
292 292
         $key = array_keys($data)[$count];
293 293
         $val = array_values($data)[$count];
294 294
 
@@ -389,7 +389,7 @@  discard block
 block discarded – undo
389 389
                     return $result;
390 390
                 }
391 391
             }
392
-        } else if($expressionParamIsValid) {
392
+        } else if ($expressionParamIsValid) {
393 393
             $dbBackendInst = $this->createBackendInst($expression);
394 394
             if ($result = $dbBackendInst->matchOnExpr()) {
395 395
                 return $result;
Please login to merge, or discard this patch.