Passed
Pull Request — dev (#45)
by Bob
09:02
created
Category
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.