Test Failed
Push — master ( 83b81c...cf0477 )
by BruceScrutinizer
02:27
created
src/EnvironmentDataLoader.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,9 +53,9 @@
 block discarded – undo
53 53
     public function load(): void
54 54
     {
55 55
         /** @var string|int $value */
56
-        $fetchValue = function ($key, $value): string {return (string)$value; };
56
+        $fetchValue = function($key, $value): string {return (string)$value; };
57 57
 
58
-        $fetchKey = function ($key, $value): string {return (string)$key; };
58
+        $fetchKey = function($key, $value): string {return (string)$key; };
59 59
 
60 60
         $this->collectBaseFunctions = $this->fillFromArray(\get_defined_functions()['internal'], $fetchValue);
61 61
         $this->collectBaseInterfaces = $this->fillFromArray(\get_declared_interfaces(), $fetchValue);
Please login to merge, or discard this patch.