| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class HttpServer extends BaseHttpServer |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Create a new server instance. |
||
| 12 | * |
||
| 13 | * @param \Ratchet\Http\HttpServerInterface $component |
||
| 14 | * @param int $maxRequestSize |
||
| 15 | * @return void |
||
| 16 | */ |
||
| 17 | public function __construct(HttpServerInterface $component, int $maxRequestSize = 4096) |
||
| 24 |