Completed
Push — symfony-console ( ba034b...ca7e60 )
by Arnaud
02:01
created
src/Command/CommandNewPage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,8 @@
 block discarded – undo
53 53
                 $this->name = substr($this->name, 0, $extPos);
54 54
             }
55 55
             // path
56
-            $fileRelativePath = $this->getBuilder($output)->getConfig()->get('content.dir') . '/' . $this->name . '.md';
57
-            $filePath = $this->getPath() . '/' . $fileRelativePath;
56
+            $fileRelativePath = $this->getBuilder($output)->getConfig()->get('content.dir').'/'.$this->name.'.md';
57
+            $filePath = $this->getPath().'/'.$fileRelativePath;
58 58
 
59 59
             // file already exists?
60 60
             if ($this->fs->exists($filePath) && !$this->force) {
Please login to merge, or discard this patch.