Passed
Push — master ( fc9ad0...886934 )
by Nils
02:38
created
src/Collector/Frameworks/Php/SymfonyCollector.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.