Passed
Push — master ( e5241c...f33982 )
by Enjoys
12:36
created
src/ValuesHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     {
63 63
         $result = preg_replace_callback(
64 64
             '/(\${(.+?)})/',
65
-            function (array $matches) use ($dotenv) {
65
+            function(array $matches) use ($dotenv) {
66 66
                 return
67 67
                     (getenv($matches[2]) ?: null) ??
68 68
                     $dotenv->getEnvArray()[$matches[2]] ??
Please login to merge, or discard this patch.