@@ -20,7 +20,9 @@ |
||
20 | 20 | { |
21 | 21 | if (!array_key_exists(WordPressCollector::COLLECTOR_IDENTIFIER, $this->inventory) |
22 | 22 | || !is_array($this->inventory[WordPressCollector::COLLECTOR_IDENTIFIER]) |
23 | - ) return []; |
|
23 | + ) { |
|
24 | + return []; |
|
25 | + } |
|
24 | 26 | |
25 | 27 | $credentials = []; |
26 | 28 |