Completed
Push — master ( e6da3a...2e3b4d )
by Matthew
02:31
created
src/Loader/AlertLoader.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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']
Please login to merge, or discard this patch.