@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | 'value' => date('U', strtotime('-48 hours')) |
| 42 | 42 | ]); |
| 43 | 43 | |
| 44 | - if (! empty($args['serverID'])) { |
|
| 44 | + if (!empty($args['serverID'])) { |
|
| 45 | 45 | $redisKey .= ":{$args['serverID']}"; |
| 46 | 46 | $queryObject->addWhere([ |
| 47 | 47 | 'col' => 'ResultServer', |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | ]); |
| 50 | 50 | } |
| 51 | 51 | |
| 52 | - if (! empty($args['limit'])) { |
|
| 52 | + if (!empty($args['limit'])) { |
|
| 53 | 53 | if ($args['limit'] > 50) { |
| 54 | 54 | $args['limit'] = 50; |
| 55 | 55 | } |
@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | 'value' => 1 |
| 82 | 82 | ]); |
| 83 | 83 | |
| 84 | - if (! empty($args['serverID'])) { |
|
| 84 | + if (!empty($args['serverID'])) { |
|
| 85 | 85 | $queryObject->addWhere([ |
| 86 | 86 | 'col' => 'ResultServer', |
| 87 | 87 | 'value' => $args['serverID'] |