@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * Construct |
19 | 19 | * |
20 | - * @param SocketCluster\SocketCluster $socketcluster |
|
20 | + * @param SocketCluster $socketcluster |
|
21 | 21 | * |
22 | 22 | * @param void |
23 | 23 | */ |
@@ -20,7 +20,7 @@ |
||
20 | 20 | /** |
21 | 21 | * Construct |
22 | 22 | * |
23 | - * @param WebSocket\Client $websocket |
|
23 | + * @param Client $websocket |
|
24 | 24 | */ |
25 | 25 | public function __construct(Client $websocket) |
26 | 26 | { |