@@ -23,7 +23,9 @@ |
||
| 23 | 23 | { |
| 24 | 24 | if (!array_key_exists(ApacheServerNameCollector::COLLECTION_IDENTIFIER, $this->inventory) |
| 25 | 25 | || !is_array($this->inventory[ApacheServerNameCollector::COLLECTION_IDENTIFIER]) |
| 26 | - ) return []; |
|
| 26 | + ) { |
|
| 27 | + return []; |
|
| 28 | + } |
|
| 27 | 29 | |
| 28 | 30 | $configs = $this->inventory[ApacheServerNameCollector::COLLECTION_IDENTIFIER]; |
| 29 | 31 | |