Completed
Push — master ( 206125...47c10a )
by De Cramer
13s
created
src/eXpansion/Bundle/CustomChat/Plugins/CustomChat.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,8 +94,7 @@
 block discarded – undo
94 94
                         null
95 95
                     );
96 96
                     $this->console->writeln('$ff0['.$from.'$ff0] '.$text);
97
-                }
98
-                else {
97
+                } else {
99 98
                     $this->console->writeln('$333['.$from.'$333] '.$text);
100 99
                     $this->chatNotification->sendMessage('expansion_customchat.chat.disabledstate', $player->getLogin());
101 100
                 }
Please login to merge, or discard this patch.
src/eXpansion/Bundle/VoteManager/Services/VoteFactories/NextMap.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
      *
29 29
      * @param int $duration
30 30
      * @param float $ration
31
-     * @param string $class
32 31
      * @param Connection $connection
33 32
      * @param ChatNotification $chatNotification
34 33
      */
Please login to merge, or discard this patch.
src/eXpansion/Bundle/VoteManager/Structures/AbstractVote.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     /**
120 120
      * Update status of the vite and change status if needed.
121 121
      *
122
-     * @param $time
122
+     * @param integer $time
123 123
      */
124 124
     function updateVote($time)
125 125
     {
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
     /**
155 155
      * Get duration of the votes.
156 156
      *
157
-     * @return float
157
+     * @return integer
158 158
      */
159 159
     public function getTotalTime(): int
160 160
     {
Please login to merge, or discard this patch.