Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class PreRunDeployEvent extends Event |
||
10 | { |
||
11 | /** |
||
12 | * @var InputInterface |
||
13 | */ |
||
14 | private $input; |
||
15 | |||
16 | /** |
||
17 | * @param InputInterface $input |
||
18 | * @param ContainerInterface $container |
||
19 | */ |
||
20 | public function __construct(InputInterface $input) |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @return InputInterface |
||
27 | */ |
||
28 | public function getInput(): InputInterface |
||
31 | } |
||
32 | } |