Completed
Branch master (220ce5)
by De Cramer
16:11
created
GameManiaplanet/DataProviders/Listener/ListenerInterfaceMpScriptMatch.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -92,14 +92,14 @@
 block discarded – undo
92 92
      */
93 93
     public function onEndTurnEnd($count, $time);
94 94
 
95
-     /**
96
-     * Callback sent when the "StartRound" section start.
97
-     *
98
-     * @param int $count Each time this section is played, this number is incremented by one
99
-     * @param int $time  Server time when the callback was sent
100
-     *
101
-     * @return mixed
102
-     */
95
+        /**
96
+         * Callback sent when the "StartRound" section start.
97
+         *
98
+         * @param int $count Each time this section is played, this number is incremented by one
99
+         * @param int $time  Server time when the callback was sent
100
+         *
101
+         * @return mixed
102
+         */
103 103
     public function onStartRoundStart($count, $time);
104 104
 
105 105
     /**
Please login to merge, or discard this patch.
src/eXpansion/Framework/Gui/Components/uiTextbox.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
             ->setAreaColor("0005")
75 75
             ->setAreaFocusColor('000a')
76 76
             ->setTextFormat('Basic')
77
-          //  ->setName($this->name) // @todo enable when FML gets fixed
77
+            //  ->setName($this->name) // @todo enable when FML gets fixed
78 78
             ->setScriptEvents(true)
79 79
             ->addClasses($this->_classes)
80 80
             ->setDataAttributes($this->_dataAttributes);
Please login to merge, or discard this patch.
src/eXpansion/Framework/Core/Services/Application/AbstractApplication.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
                 $nextCycleStart += $cycleTime;
94 94
             } while ($nextCycleStart < $endCycleTime);
95 95
 
96
-           @time_sleep_until($nextCycleStart);
96
+            @time_sleep_until($nextCycleStart);
97 97
 
98 98
         } while ($this->isRunning);
99 99
     }
Please login to merge, or discard this patch.
src/eXpansion/Bundle/Acme/Plugins/TotoPlugin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
                 // $this->mlFactory->create($login);
50 50
             }
51 51
         } else {
52
-               $this->mlFactory->destroy($this->playersGroup);
52
+                $this->mlFactory->destroy($this->playersGroup);
53 53
         }
54 54
     }
55 55
 
Please login to merge, or discard this patch.