Passed
Push — master ( b054ee...c423ac )
by Enjoys
01:37
created
src/ValueHandler/EnvValueHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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]]
Please login to merge, or discard this patch.