|
@@ -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.