Completed
Push — master ( bf6ec7...65b5b4 )
by Arne
02:10
created
src/Config/Configuration.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -205,8 +205,7 @@
 block discarded – undo
205 205
                     $vaultConfig = new $className($this);
206 206
                     $vaultConfig->exchangeArray($val);
207 207
                 }
208
-            }
209
-            else
208
+            } else
210 209
             {
211 210
                 // using setter to prevent skipping validation
212 211
                 call_user_func([$this, 'set' . ucfirst($key)], $value);
Please login to merge, or discard this patch.