Passed
Push — master ( 0fe1d6...ab9cf6 )
by Kirill
06:46
created
src/Grammar/Delegate/IncludeDelegate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         $file = $this->getValues()->current()->getValue(1);
31 31
 
32 32
         foreach (['', '.pp', '.pp2'] as $ext) {
33
-            $path = \dirname($from->getPathname()) . '/' . $file . $ext;
33
+            $path = \dirname($from->getPathname()).'/'.$file.$ext;
34 34
 
35 35
             if (\is_file($path)) {
36 36
                 return File::fromPathname($path);
Please login to merge, or discard this patch.