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