| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class PreDispatchDeploymentEvent extends Event |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var DeployDefinitionInterface |
||
| 12 | */ |
||
| 13 | private $deployDefinition; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * PreDispatchDeploymentEvent constructor. |
||
| 17 | * @param DeployDefinitionInterface $deployDefinition |
||
| 18 | */ |
||
| 19 | public function __construct(DeployDefinitionInterface $deployDefinition) |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return DeployDefinitionInterface |
||
| 26 | */ |
||
| 27 | public function getDeployDefinition(): DeployDefinitionInterface |
||
| 30 | } |
||
| 31 | } |