1 | <?php |
||
13 | class GitHubPlugin implements PluginInterface |
||
14 | { |
||
15 | use PluginTrait { |
||
16 | init as private traitInit; |
||
17 | } |
||
18 | use GuzzleTrait; |
||
19 | |||
20 | public function __construct( |
||
36 | |||
37 | public function init(string $pluginId, array $params) |
||
50 | |||
51 | public function graphql(Message $msg, array $matches) |
||
63 | } |
||
64 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.