Passed
Push — develop ( 64da9c...011947 )
by nguereza
11:42
created
src/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
      */
106 106
     public function get(string $key, mixed $default = null): mixed
107 107
     {
108
-        list($group, ) = $this->parseKey($key);
108
+        list($group,) = $this->parseKey($key);
109 109
         $this->load($group);
110 110
 
111 111
         return Arr::get($this->items, $key, $default);
Please login to merge, or discard this patch.