BF mock wrong return type

This commit is contained in:
a6a2f5842 2025-05-08 18:01:39 +02:00
parent bbcb943daa
commit debe6903a6
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class MockConnection extends Connection implements \Ratchet\ConnectionInterface
Log::error('[MockConnection] Send for pid: ' . getmypid() . ' which is already completed and does not check for new data', [
'data' => $data,
]);
return false;
return $this;
}
Log::channel('websocket')->info('[MockConnection] Send for pid: ' . getmypid(), [