Passed
Push — master ( b03359...6d7554 )
by Koldo
04:47
created
src/PugTemplateRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         return $this->pug->render(
65 65
             sprintf(
66 66
                 '%s.%s',
67
-                $this->path . str_replace('::', '/', $name),
67
+                $this->path.str_replace('::', '/', $name),
68 68
                 $this->config['extension']
69 69
             ),
70 70
             array_merge_recursive($this->globals, $params)
Please login to merge, or discard this patch.