Passed
Push — master ( 0d3ad3...f8c354 )
by Enjoys
02:18
created
src/ValuesHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     {
57 57
         $result = preg_replace_callback(
58 58
             '/(\${(.+?)})/',
59
-            function (array $matches) use ($dotenv) {
59
+            function(array $matches) use ($dotenv) {
60 60
                 /** @var string[] $matches */
61 61
 //                Assert::notFalse($dotenv->getEnvArray()[$matches[2]] ?? false);
62 62
                 return $dotenv->getEnvArray()[$matches[2]];
Please login to merge, or discard this patch.