Passed
Push — master ( f02724...c39a77 )
by Nils
02:42
created
src/Collector/Website/WordPress/DatabaseCredentialCollector.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.