Completed
Push — master ( 9eea99...305fb0 )
by Taosikai
53:26 queued 38:30
created
src/Client/Command/InitCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     /**
63 63
      * Gets all supported formats.
64 64
      *
65
-     * @return array
65
+     * @return string[]
66 66
      */
67 67
     protected function getSupportedFormats()
68 68
     {
Please login to merge, or discard this patch.
src/Server/ChunkServer/TcpChunkServer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -206,6 +206,9 @@
 block discarded – undo
206 206
         $this->publicConnections->removeElement($publicConnection);
207 207
     }
208 208
 
209
+    /**
210
+     * @param Spike $data
211
+     */
209 212
     protected function sendToClient($data)
210 213
     {
211 214
         $this->client->getControlConnection()->write($data);
Please login to merge, or discard this patch.
src/Server/Command/InitCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     /**
63 63
      * Gets all supported formats.
64 64
      *
65
-     * @return array
65
+     * @return string[]
66 66
      */
67 67
     protected function getSupportedFormats()
68 68
     {
Please login to merge, or discard this patch.