| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | public function __construct( |
||
| 28 | ServerInformationLineFactory $serverInformationLineFactory, |
||
| 29 | AdminGroups $adminGroupHelper, |
||
| 30 | $requiredPermission = null |
||
| 31 | ) { |
||
| 32 | $this->serverInformationLineFactory = $serverInformationLineFactory; |
||
| 33 | $this->adminGroupHelper = $adminGroupHelper; |
||
| 34 | $this->requiredPermission = $requiredPermission; |
||
| 35 | } |
||
| 36 | |||
| 49 |