| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | public function __construct( |
||
| 32 | $command, |
||
| 33 | $permission, |
||
| 34 | array $aliases = [], |
||
| 35 | ServerSettingsWindowFactory $serverSettingsWindowFactory, |
||
| 36 | AdminGroups $adminGroups |
||
| 37 | ) { |
||
| 38 | parent::__construct($command, $permission, $aliases, $adminGroups); |
||
| 39 | $this->serverSettingsWindowFactory = $serverSettingsWindowFactory; |
||
| 40 | } |
||
| 41 | |||
| 50 |