@@ -383,7 +383,7 @@ |
||
383 | 383 | ]); |
384 | 384 | |
385 | 385 | if ($operator === $backendOperator && $result = $backendDBApiInst->$routine()) { |
386 | - return $result; |
|
386 | + return $result; |
|
387 | 387 | } |
388 | 388 | } |
389 | 389 |
@@ -142,7 +142,7 @@ |
||
142 | 142 | return $this->jsonText->cache[0]; |
143 | 143 | }*/ |
144 | 144 | |
145 | - // return $this->jsonText->cache; |
|
145 | + // return $this->jsonText->cache; |
|
146 | 146 | |
147 | 147 | return []; |
148 | 148 | } |