Completed
Push — master ( af2fe6...d24982 )
by Song
03:24
created
src/Command.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
      *
184 184
      * @throws \Exception
185 185
      *
186
-     * @return bool|string
186
+     * @return string|false
187 187
      */
188 188
     protected function getPid()
189 189
     {
Please login to merge, or discard this patch.
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.