Passed
Push — master ( 07ee1a...9f5292 )
by Bob
03:03
created
Dramiel.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,8 +148,9 @@
 block discarded – undo
148 148
         
149 149
         // Run the Tick plugins
150 150
         $ws->loop->addPeriodicTimer(1, function () use ($pluginsT) {
151
-            foreach ($pluginsT as $plugin)
152
-                $plugin->tick();
151
+            foreach ($pluginsT as $plugin) {
152
+                            $plugin->tick();
153
+            }
153 154
         });
154 155
 
155 156
         // Mem cleanup every 30 minutes
Please login to merge, or discard this patch.
src/plugins/onMessage/corpInfo.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28
-
29 26
 /**
30 27
  * Class time
31 28
  * @property  message
Please login to merge, or discard this patch.
src/plugins/onMessage/eveStatus.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28
-
29 26
 /**
30 27
  * Class time
31 28
  * @property  message
Please login to merge, or discard this patch.
src/plugins/onMessage/help.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28
-
29 26
 /**
30 27
  * Class time
31 28
  * @property  message
Please login to merge, or discard this patch.
src/plugins/onMessage/price.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28
-
29 26
 /**
30 27
  * Class time
31 28
  * @property  message
Please login to merge, or discard this patch.
src/plugins/onTick/evemails.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28 26
 use Discord\Parts\Channel\Channel;
29 27
 
30 28
 /**
Please login to merge, or discard this patch.
src/plugins/onTick/fileReader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
  */
25 25
 
26 26
 
27
-use Discord\Discord;
28 27
 use Discord\Parts\Channel\Message;
29 28
 use Discord\Parts\Channel\Channel;
30 29
 
Please login to merge, or discard this patch.
src/plugins/onTick/fleetUpOperations.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28 26
 use Discord\Parts\Channel\Channel;
29 27
 
30 28
 /**
Please login to merge, or discard this patch.
src/plugins/onTick/getKillmails.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28 26
 use Discord\Parts\Channel\Channel;
29 27
 
30 28
 /**
Please login to merge, or discard this patch.