1 | <?php |
||
10 | class MessageLogPlugin implements PluginInterface |
||
11 | { |
||
12 | use PluginTrait; |
||
13 | |||
14 | private $yabot; |
||
15 | |||
16 | public function __construct(LoggerInterface $logger, Yabot $yabot) |
||
31 | |||
32 | public function status(): string |
||
40 | |||
41 | public function start(Message $msg, array $matches) |
||
46 | |||
47 | public function stop(Message $msg, array $matches) |
||
52 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.