Passed
Push — master ( fa352d...0eb7bd )
by BruceScrutinizer
02:09
created
src/EnvironmentDataLoader.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,8 @@
 block discarded – undo
46 46
 
47 47
     public function load(): void
48 48
     {
49
-        $fetchValue = function ($key, $value) {return $value; };
50
-        $fetchKey = function ($key, $value) {return $key; };
49
+        $fetchValue = function($key, $value) {return $value; };
50
+        $fetchKey = function($key, $value) {return $key; };
51 51
 
52 52
         $this->collectBaseFunctions = $this->fillFromArray(\get_defined_functions()['internal'], $fetchValue);
53 53
         $this->collectBaseInterfaces = $this->fillFromArray(\get_declared_interfaces(), $fetchValue);
Please login to merge, or discard this patch.