mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-14 22:15:55 +00:00
PHP 8.1 support preparations
This commit is contained in:
@@ -6,7 +6,7 @@ use App\Server\Connections\ControlConnection;
|
||||
use App\Server\Connections\HttpConnection;
|
||||
use Ratchet\ConnectionInterface;
|
||||
|
||||
interface connectionmanager
|
||||
interface ConnectionManager
|
||||
{
|
||||
public function storeConnection(string $host, ?string $subdomain, ?string $serverHost, ConnectionInterface $connection): ControlConnection;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user