@@ -14,12 +14,12 @@ |
||
14 | 14 | */ |
15 | 15 | protected $swoole; |
16 | 16 | |
17 | - /** |
|
18 | - * Create a new Swoole Async task connector instance. |
|
19 | - * |
|
20 | - * @param \Swoole\Http\Server $swoole |
|
21 | - * @return void |
|
22 | - */ |
|
17 | + /** |
|
18 | + * Create a new Swoole Async task connector instance. |
|
19 | + * |
|
20 | + * @param \Swoole\Http\Server $swoole |
|
21 | + * @return void |
|
22 | + */ |
|
23 | 23 | public function __construct($swoole) |
24 | 24 | { |
25 | 25 | $this->swoole = $swoole; |