Namespace refactor fixes
Updated old namespaces from refactor
This commit is contained in:
parent
e0fe5792a1
commit
e26dc0ccde
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace Ratchet\Component\WAMP\Command\Action;
|
||||
use Ratchet\Resource\Command\Action\SendMessage;
|
||||
use Ratchet\Component\WAMP\App as WAMP;
|
||||
use Ratchet\Component\WAMP\WAMPServerComponent as WAMP;
|
||||
|
||||
class CallError extends SendMessage {
|
||||
protected $_id;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace Ratchet\Component\WAMP\Command\Action;
|
||||
use Ratchet\Resource\Command\Action\SendMessage;
|
||||
use Ratchet\Component\WAMP\App as WAMP;
|
||||
use Ratchet\Component\WAMP\WAMPServerComponent as WAMP;
|
||||
|
||||
/**
|
||||
*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace Ratchet\Component\WAMP\Command\Action;
|
||||
use Ratchet\Resource\Command\Action\SendMessage;
|
||||
use Ratchet\Component\WAMP\App as WAMP;
|
||||
use Ratchet\Component\WAMP\WAMPServerComponent as WAMP;
|
||||
|
||||
/**
|
||||
* This is an event in the context of a topicURI
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?php
|
||||
namespace Ratchet\Component\WAMP;
|
||||
use Ratchet\Component\ComponentInterface;
|
||||
use Ratchet\Component\WebSocket\WebSocketComponentInterface;
|
||||
use Ratchet\Resource\ConnectionInterface;
|
||||
use Ratchet\Resource\Command\Composite;
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
namespace Ratchet\Component\WebSocket\Command\Action;
|
||||
use Ratchet\Resource\Command\ActionTemplate;
|
||||
use Ratchet\Resource\Command\Action\ActionTemplate;
|
||||
use Ratchet\Component\ComponentInterface;
|
||||
|
||||
/**
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
namespace Ratchet\Component\WebSocket\Command\Action;
|
||||
use Ratchet\Resource\Command\ActionTemplate;
|
||||
use Ratchet\Resource\Command\Action\ActionTemplate;
|
||||
use Ratchet\Component\ComponentInterface;
|
||||
|
||||
/**
|
||||
|
@ -2,7 +2,6 @@
|
||||
namespace Ratchet\Tests;
|
||||
use Ratchet\Tests\Mock\FakeSocket as Socket;
|
||||
use Ratchet\Socket as RealSocket;
|
||||
use Ratchet\Tests\Mock\Application as TestApp;
|
||||
|
||||
/**
|
||||
* @covers Ratchet\Socket
|
||||
|
Loading…
Reference in New Issue
Block a user