From 3363c08f36b8e82bc3b61a5164553564058a7fb9 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Mon, 14 Nov 2011 16:51:16 -0500 Subject: [PATCH] Cleanup Removed reference to remaining ObservableInterface's and SocketInterface's --- lib/Ratchet/Application/ApplicationInterface.php | 3 +-- lib/Ratchet/Application/Server/App.php | 2 +- lib/Ratchet/Application/WebSocket/App.php | 2 +- .../Application/WebSocket/Command/Action/Disconnect.php | 5 ++--- lib/Ratchet/Application/WebSocket/Command/Action/Ping.php | 4 ++-- lib/Ratchet/Application/WebSocket/Command/Action/Pong.php | 4 ++-- lib/Ratchet/ObserverInterface.php | 1 + lib/Ratchet/Resource/Command/Action/Null.php | 4 ++-- lib/Ratchet/Resource/Command/Action/SendMessage.php | 1 - lib/Ratchet/Resource/Command/CommandInterface.php | 1 - lib/Ratchet/Resource/Command/Composite.php | 1 - 11 files changed, 12 insertions(+), 16 deletions(-) diff --git a/lib/Ratchet/Application/ApplicationInterface.php b/lib/Ratchet/Application/ApplicationInterface.php index 91b039c..a47306b 100644 --- a/lib/Ratchet/Application/ApplicationInterface.php +++ b/lib/Ratchet/Application/ApplicationInterface.php @@ -1,9 +1,8 @@ _socket->close(); } diff --git a/lib/Ratchet/Application/WebSocket/Command/Action/Ping.php b/lib/Ratchet/Application/WebSocket/Command/Action/Ping.php index ec550e7..5fc0737 100644 --- a/lib/Ratchet/Application/WebSocket/Command/Action/Ping.php +++ b/lib/Ratchet/Application/WebSocket/Command/Action/Ping.php @@ -1,9 +1,9 @@