Passed
Pull Request — master (#47)
by Bob
03:03
created
src/plugins/onTick/notifications.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
             // Schedule it for right now if first run
115 115
             setPermCache("notificationsLastChecked{$this->keyID}", time() - 5);
116 116
         }
117
-        if (is_null($this->allianceOnly)){
117
+        if (is_null($this->allianceOnly)) {
118 118
             $this->allianceOnly = "false";
119 119
         }
120 120
     }
Please login to merge, or discard this patch.