@@ -288,7 +288,7 @@ discard block |
||
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 |
||
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; |