@@ -20,7 +20,7 @@ |
||
20 | 20 | if (is_array($value) || is_string($value)) { |
21 | 21 | return preg_replace_callback( |
22 | 22 | '/(%)([A-Z_]+)(%)/', |
23 | - function ($matches) { |
|
23 | + function($matches) { |
|
24 | 24 | return |
25 | 25 | $_ENV[$matches[2]] |
26 | 26 | ?? $_SERVER[$matches[2]] |