Completed
Branch master (65bebb)
by Carlos
04:21
created
src/Providers/AbstractProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -399,7 +399,7 @@
 block discarded – undo
399 399
         }
400 400
 
401 401
         foreach (explode('.', $key) as $segment) {
402
-            if (! is_array($array) || ! array_key_exists($segment, $array)) {
402
+            if (!is_array($array) || !array_key_exists($segment, $array)) {
403 403
                 return $default;
404 404
             }
405 405
 
Please login to merge, or discard this patch.