@@ -43,7 +43,7 @@ |
||
43 | 43 | * Constructor. |
44 | 44 | * |
45 | 45 | * @param @inject Generator $generator |
46 | - * @param string $port Which TCP port to list on, default 5599 |
|
46 | + * @param integer $port Which TCP port to list on, default 5599 |
|
47 | 47 | * @param bool $debugMode Debug mode. If set to true, server will only listen for one command, before exiting. |
48 | 48 | */ |
49 | 49 | public function __construct(Generator $generator, $port = 5599, $debugMode = false) |