Passed
Push — dev ( 2242bc...62ccfd )
by Fike
02:22
created
src/Filesystem/Pattern/Chunk.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         $this->source = $chunk;
42 42
         $this->expression = $chunk;
43 43
         $this->type = self::TYPE_EXACT_MATCH;
44
-        $expression = preg_replace_callback(self::PATTERN, function ($match) {
44
+        $expression = preg_replace_callback(self::PATTERN, function($match) {
45 45
             $parameter = $match[1];
46 46
             if (in_array($parameter, $this->parameters)) {
47 47
                 return '(?:[\w\-]+)';
Please login to merge, or discard this patch.