| Total Complexity | 4 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class CheckEnabledVerify extends AbstractCheckEnabledVerify |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var string|null |
||
| 18 | */ |
||
| 19 | private $configPath; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * CheckEnabledVerify constructor. |
||
| 23 | * |
||
| 24 | * @param General $generalConfig |
||
| 25 | * @param Frontend $frontendConfig |
||
| 26 | * @param Backend $backendConfig |
||
| 27 | * @param string $area |
||
| 28 | * @param string|null $configPath |
||
| 29 | */ |
||
| 30 | public function __construct( |
||
| 45 | } |
||
| 46 | |||
| 47 | /** |
||
| 48 | * @inheritDoc |
||
| 49 | */ |
||
| 50 | public function verify(): bool |
||
| 59 |