Updates
Some checks are pending
CI / PHPUnit (highest, 5.4) (push) Waiting to run
CI / PHPUnit (highest, 5.5) (push) Waiting to run
CI / PHPUnit (highest, 5.6) (push) Waiting to run
CI / PHPUnit (highest, 7.0) (push) Waiting to run
CI / PHPUnit (highest, 7.1) (push) Waiting to run
CI / PHPUnit (highest, 7.2) (push) Waiting to run
CI / PHPUnit (highest, 7.3) (push) Waiting to run
CI / PHPUnit (highest, 7.4) (push) Waiting to run
CI / PHPUnit (lowest, 5.4) (push) Waiting to run
Some checks are pending
CI / PHPUnit (highest, 5.4) (push) Waiting to run
CI / PHPUnit (highest, 5.5) (push) Waiting to run
CI / PHPUnit (highest, 5.6) (push) Waiting to run
CI / PHPUnit (highest, 7.0) (push) Waiting to run
CI / PHPUnit (highest, 7.1) (push) Waiting to run
CI / PHPUnit (highest, 7.2) (push) Waiting to run
CI / PHPUnit (highest, 7.3) (push) Waiting to run
CI / PHPUnit (highest, 7.4) (push) Waiting to run
CI / PHPUnit (lowest, 5.4) (push) Waiting to run
This commit is contained in:
parent
2763c771a8
commit
e88f792e6d
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Ratchet;
|
namespace mfmdevsystem\socket;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wraps ConnectionInterface objects via the decorator pattern but allows
|
* Wraps ConnectionInterface objects via the decorator pattern but allows
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Ratchet;
|
namespace mfmdevsystem\socket;
|
||||||
use React\EventLoop\LoopInterface;
|
use React\EventLoop\LoopInterface;
|
||||||
use React\EventLoop\Factory as LoopFactory;
|
use React\EventLoop\Factory as LoopFactory;
|
||||||
use React\Socket\Server as Reactor;
|
use React\Socket\Server as Reactor;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Ratchet;
|
namespace mfmdevsystem\socket;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the interface to build a Ratchet application with.
|
* This is the interface to build a Ratchet application with.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Ratchet;
|
namespace mfmdevsystem\socket;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The version of Ratchet being used
|
* The version of Ratchet being used
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Ratchet;
|
namespace mfmdevsystem\socket;
|
||||||
|
|
||||||
interface MessageComponentInterface extends ComponentInterface, MessageInterface {
|
interface MessageComponentInterface extends ComponentInterface, MessageInterface {
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Ratchet;
|
namespace mfmdevsystem\socket;
|
||||||
|
|
||||||
interface MessageInterface {
|
interface MessageInterface {
|
||||||
/**
|
/**
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Ratchet;
|
namespace mfmdevsystem\socket;
|
||||||
|
|
||||||
abstract class AbstractMessageComponentTestCase extends \PHPUnit_Framework_TestCase {
|
abstract class AbstractMessageComponentTestCase extends \PHPUnit_Framework_TestCase {
|
||||||
protected $_app;
|
protected $_app;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Ratchet;
|
namespace mfmdevsystem\socket;
|
||||||
use mfmdevsystem\socket\ConnectionInterface;
|
use mfmdevsystem\socket\ConnectionInterface;
|
||||||
use mfmdevsystem\socket\MessageComponentInterface;
|
use mfmdevsystem\socket\MessageComponentInterface;
|
||||||
use mfmdevsystem\socket\WebSocket\WsServerInterface;
|
use mfmdevsystem\socket\WebSocket\WsServerInterface;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Ratchet;
|
namespace mfmdevsystem\socket;
|
||||||
use mfmdevsystem\socket\Mock\ConnectionDecorator;
|
use mfmdevsystem\socket\Mock\ConnectionDecorator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user