Completed
Push — master ( af2fe6...d24982 )
by Song
03:24
created
src/Server.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
      * Create a new Server instance.
92 92
      *
93 93
      * @param string $host
94
-     * @param string $port
94
+     * @param integer $port
95 95
      */
96 96
     public function __construct($host = '127.0.0.1', $port = 8083)
97 97
     {
Please login to merge, or discard this patch.