Skip to content

Commit 3efeb95

Browse files
committed
Release preparations
Signed-off-by: alexmerlin <[email protected]>
1 parent 105f518 commit 3efeb95

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

test/Swoole/Delegators/DummySwooleServer.php

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,13 @@
66

77
use Swoole\Server;
88

9-
use const SWOOLE_BASE;
10-
use const SWOOLE_SOCK_TCP;
11-
129
class DummySwooleServer extends Server
1310
{
1411
/** @var array<string, callable> */
1512
public array $callbacks = [];
1613

17-
public function __construct(
18-
string $host = '0.0.0.0',
19-
int $port = 0,
20-
int $mode = SWOOLE_BASE,
21-
int $sockType = SWOOLE_SOCK_TCP,
22-
) {
23-
parent::__construct($host, $port, $mode, $sockType);
14+
public function __construct()
15+
{
2416
}
2517

2618
/**

0 commit comments

Comments
 (0)