Skip to content

Commit 364eb60

Browse files
committed
update
1 parent b8f9bf1 commit 364eb60

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

src/Module/Modules/Basic.php

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,6 @@
77

88
class Basic implements ModuleInterface
99
{
10-
11-
/**
12-
* {@inheritDoc}
13-
*
14-
* @param \Skinny\Network\Wrapper $wrapper The Wrapper instance.
15-
* @param array $message The message array.
16-
*
17-
* @return void
18-
*/
19-
public function onChannelMessage(Wrapper $wrapper, $message)
20-
{
21-
}
22-
23-
/**
24-
* {@inheritDoc}
25-
*
26-
* @param \Skinny\Network\Wrapper $wrapper The Wrapper instance.
27-
* @param array $message The message array.
28-
*
29-
* @return void
30-
*/
31-
public function onPrivateMessage(Wrapper $wrapper, $message)
32-
{
33-
}
34-
3510
/**
3611
* {@inheritDoc}
3712
*

0 commit comments

Comments
 (0)