Passed
Push — main ( a0fa01...2601ca )
by Alex
01:51 queued 36s
created
src/Template.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
         $this->setIndex(file_get_contents(TEMPLATE_PATH . "/{$this->getThemeIndex()}/$index.{$this->getExt()}"));
16 16
         $this->page();
17 17
         $this->route();
18
-        $this->text($this->getThemeIndex(). '_'. str_replace("/","_", $pathFile));
19
-        $this->text($this->getThemePage(). '_'. str_replace("/","_", $pathFile));
18
+        $this->text($this->getThemeIndex() . '_' . str_replace("/", "_", $pathFile));
19
+        $this->text($this->getThemePage() . '_' . str_replace("/", "_", $pathFile));
20 20
     }
21 21
 }
22 22
\ No newline at end of file
Please login to merge, or discard this patch.