nitpick
This commit is contained in:
parent
5eb2251b01
commit
81bbf83aa5
|
|
@ -6,12 +6,12 @@ use Ratchet\ConnectionInterface;
|
|||
|
||||
class ChannelManager
|
||||
{
|
||||
/** @var array */
|
||||
protected $channels = [];
|
||||
|
||||
/** @var string */
|
||||
protected $appId;
|
||||
|
||||
/** @var array */
|
||||
protected $channels = [];
|
||||
|
||||
public function findOrCreate(string $appId, string $channelId): Channel
|
||||
{
|
||||
if (!isset($this->channels[$appId][$channelId])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue