Completed
Pull Request — master (#167)
by
unknown
03:17
created
src/eXpansion/Bundle/Menu/Services/Factories/ItemParentFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      */
40 40
     public function supports($class)
41 41
     {
42
-       return $class == ParentItem::class;
42
+        return $class == ParentItem::class;
43 43
     }
44 44
 
45 45
     /**
Please login to merge, or discard this patch.
src/eXpansion/Bundle/Maps/Plugins/Jukebox.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,6 @@
 block discarded – undo
143 143
     /**
144 144
      * @param $login
145 145
      * @param $uid
146
-
147 146
      */
148 147
     public function add($login, $uid)
149 148
     {
Please login to merge, or discard this patch.
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 void
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 void
102
+         */
103 103
     public function onStartRoundStart($count, $time);
104 104
 
105 105
     /**
Please login to merge, or discard this patch.
src/eXpansion/Bundle/VoteManager/Plugins/Votes/NextMapVote.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      */
77 77
     public function getCode(): string
78 78
     {
79
-       return 'Exp_NextMap';
79
+        return 'Exp_NextMap';
80 80
     }
81 81
 
82 82
     /**
Please login to merge, or discard this patch.