From e26dc0ccdef1e1cbdfbafb652d23554e7b66ff4f Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Wed, 1 Feb 2012 19:59:56 -0500 Subject: [PATCH] Namespace refactor fixes Updated old namespaces from refactor --- src/Ratchet/Component/WAMP/Command/Action/CallError.php | 2 +- src/Ratchet/Component/WAMP/Command/Action/CallResult.php | 2 +- src/Ratchet/Component/WAMP/Command/Action/Event.php | 2 +- src/Ratchet/Component/WAMP/WAMPServerComponent.php | 1 - src/Ratchet/Component/WebSocket/Command/Action/Ping.php | 2 +- src/Ratchet/Component/WebSocket/Command/Action/Pong.php | 2 +- tests/Ratchet/Tests/SocketTest.php | 1 - 7 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/Ratchet/Component/WAMP/Command/Action/CallError.php b/src/Ratchet/Component/WAMP/Command/Action/CallError.php index 0afa7de..ad28763 100644 --- a/src/Ratchet/Component/WAMP/Command/Action/CallError.php +++ b/src/Ratchet/Component/WAMP/Command/Action/CallError.php @@ -1,7 +1,7 @@