1 | <?php declare (strict_types=1); |
||
13 | final class QueuedEventHandler |
||
14 | { |
||
15 | /** @var Container */ |
||
16 | private $container; |
||
17 | |||
18 | /** |
||
19 | * QueuedEventHandler constructor. |
||
20 | * @param Container $container |
||
21 | * @internal param $Container |
||
22 | */ |
||
23 | public function __construct(Container $container) |
||
27 | |||
28 | public function fire($job, $data) |
||
40 | } |
||
41 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.