Passed
Push — master ( 3bcdad...d01c51 )
by Hong
01:46
created
src/Environment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 
106 106
         return preg_replace_callback(
107 107
             '~(\${((?:[^\${}]+|(?R))*)})~',
108
-            function ($matched) {
108
+            function($matched) {
109 109
                 return $this->expandValue(self::deReference($matched[2]));
110 110
             },
111 111
             $str
Please login to merge, or discard this patch.