Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 139608f

Browse files
committed
Removed classes that called only the parent.
1 parent a61cdad commit 139608f

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

src/ChannelManagers/RedisChannelManager.php

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -77,29 +77,6 @@ public function __construct(LoopInterface $loop, $factoryClass = null)
7777
});
7878
}
7979

80-
/**
81-
* Get the local connections, regardless of the channel
82-
* they are connected to.
83-
*
84-
* @return \React\Promise\PromiseInterface
85-
*/
86-
public function getLocalConnections(): PromiseInterface
87-
{
88-
return parent::getLocalConnections();
89-
}
90-
91-
/**
92-
* Get all channels for a specific app
93-
* for the current instance.
94-
*
95-
* @param string|int $appId
96-
* @return \React\Promise\PromiseInterface[array]
97-
*/
98-
public function getLocalChannels($appId): PromiseInterface
99-
{
100-
return parent::getLocalChannels($appId);
101-
}
102-
10380
/**
10481
* Get all channels for a specific app
10582
* across multiple servers.
@@ -226,19 +203,6 @@ public function unsubscribeFromApp($appId): PromiseInterface
226203
});
227204
}
228205

229-
/**
230-
* Get the connections count on the app
231-
* for the current server instance.
232-
*
233-
* @param string|int $appId
234-
* @param string|null $channelName
235-
* @return PromiseInterface[int]
236-
*/
237-
public function getLocalConnectionsCount($appId, string $channelName = null): PromiseInterface
238-
{
239-
return parent::getLocalConnectionsCount($appId, $channelName);
240-
}
241-
242206
/**
243207
* Get the connections count
244208
* across multiple servers.

0 commit comments

Comments
 (0)