Total Complexity | 2 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class NewRelicDispatcher |
||
10 | { |
||
11 | /** |
||
12 | * @var Config |
||
13 | */ |
||
14 | private $config; |
||
15 | /** |
||
16 | * @var Dispatcher |
||
17 | */ |
||
18 | private $dispatcher; |
||
19 | |||
20 | /** |
||
21 | * Foobar constructor. |
||
22 | * @param Config $config |
||
23 | * @param Dispatcher $dispatcher |
||
24 | */ |
||
25 | public function __construct(Config $config, Dispatcher $dispatcher) |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @param array $properties |
||
33 | */ |
||
34 | public function fire(array $properties) |
||
45 |