Completed
Push — staging ( 1ec751...1dde5e )
by Matthew
01:56
created
src/Command/LeaderboardCheckCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     {
17 17
         parent::configure(); // See BaseCommand.php
18 18
         $this->setName('Leaderboards:Check')
19
-             ->setDescription('Checks all leaderboards for updates');
19
+                ->setDescription('Checks all leaderboards for updates');
20 20
 
21 21
         $this->config = $this->container->get('config');
22 22
         $this->redis = $this->container->get('redis');
Please login to merge, or discard this patch.