Completed
Pull Request — master (#161)
by De Cramer
02:59
created
src/eXpansion/Bundle/Maps/Plugins/ManiaExchange.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
      */
172 172
     private function convertMap($map)
173 173
     {
174
-        $outMap = (array)$map;
174
+        $outMap = (array) $map;
175 175
         $outMap["mapUid"] = $map->uId;
176 176
 
177 177
         return $outMap;
Please login to merge, or discard this patch.
src/eXpansion/Bundle/Acme/ChatCommand/Connect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     public function execute($login, InputInterface $input)
49 49
     {
50 50
 
51
-        for ($x=0; $x < 200; $x++) {
51
+        for ($x = 0; $x < 200; $x++) {
52 52
             $this->connection->connectFakePlayer(false);
53 53
         }
54 54
 
Please login to merge, or discard this patch.