Skip to content

Commit 4ebca11

Browse files
committed
update
1 parent 77b901f commit 4ebca11

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/Module/Modules/Module.php

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,6 @@
1010

1111
class Module implements ModuleInterface
1212
{
13-
/**
14-
* {@inheritDoc}
15-
*
16-
* @param \Skinny\Network\Wrapper $wrapper The Wrapper instance.
17-
* @param array $message The message array.
18-
*
19-
* @return void
20-
*/
21-
public function onChannelMessage(Wrapper $wrapper, $message)
22-
{
23-
}
24-
25-
/**
26-
* {@inheritDoc}
27-
*
28-
* @param \Skinny\Network\Wrapper $wrapper The Wrapper instance.
29-
* @param array $message The message array.
30-
*
31-
* @return void
32-
*/
33-
public function onPrivateMessage(Wrapper $wrapper, $message)
34-
{
35-
}
36-
3713
/**
3814
* {@inheritDoc}
3915
*

0 commit comments

Comments
 (0)