1 | <?php |
||
22 | class PostCommand extends Command implements CommandInterface |
||
23 | { |
||
24 | /** |
||
25 | * Constructor. |
||
26 | */ |
||
27 | 5 | public function __construct() |
|
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | 1 | public function __invoke() |
|
39 | |||
40 | 1 | public function onSendArticle(Response $response) |
|
43 | |||
44 | 1 | public function onPostingNotPermitted(Response $response) |
|
48 | } |
||
49 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.