Passed
Pull Request — master (#47)
by Bob
03:03
created
Dramiel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
 
138 138
         // Run the Tick plugins
139 139
         $discord->loop->addPeriodicTimer(5, function() use ($pluginsT) {
140
-            foreach ($pluginsT as $plugin){
140
+            foreach ($pluginsT as $plugin) {
141 141
                 $plugin->tick();
142 142
             }
143 143
         });
Please login to merge, or discard this patch.
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.