From da7fe0cf6076a1c47037b22bda303da7d690aeee Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Wed, 19 Aug 2020 19:56:34 +0300 Subject: [PATCH] Typo --- src/Statistics/Logger/StatisticsLogger.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Statistics/Logger/StatisticsLogger.php b/src/Statistics/Logger/StatisticsLogger.php index dcf1d19..84b09db 100644 --- a/src/Statistics/Logger/StatisticsLogger.php +++ b/src/Statistics/Logger/StatisticsLogger.php @@ -2,7 +2,7 @@ namespace BeyondCode\LaravelWebSockets\Statistics\Logger; -use Ratchet\connectionInterface; +use Ratchet\ConnectionInterface; interface StatisticsLogger { @@ -12,7 +12,7 @@ interface StatisticsLogger * @param \Ratchet\ConnectionInterface $connection * @return void */ - public function webSocketMessage(connectionInterface $connection); + public function webSocketMessage(ConnectionInterface $connection); /** * Handle the incoming API message. @@ -28,7 +28,7 @@ interface StatisticsLogger * @param \Ratchet\ConnectionInterface $connection * @return void */ - public function connection(connectionInterface $connection); + public function connection(ConnectionInterface $connection); /** * Handle disconnections. @@ -36,7 +36,7 @@ interface StatisticsLogger * @param \Ratchet\ConnectionInterface $connection * @return void */ - public function disconnection(connectionInterface $connection); + public function disconnection(ConnectionInterface $connection); /** * Save all the stored statistics.