Passed
Push — master ( 4d383e...1242f9 )
by Bob
03:36
created
src/plugins/onTick/notifications.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
             $cached = $xml->cachedUntil[0];
142 142
             $baseUnix = strtotime($cached);
143 143
             $cacheClr = $baseUnix - 13500;
144
-            if (!isset($this->fuelChannel)){
144
+            if (!isset($this->fuelChannel)) {
145 145
                 $this->fuelChannel = $this->toDiscordChannel;
146 146
             }
147 147
             if ($cacheClr <= time()) {
Please login to merge, or discard this patch.