Completed
Pull Request — master (#41)
by Vladimir
02:29
created
src/allejo/stakx/System/Filesystem.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -171,9 +171,9 @@
 block discarded – undo
171 171
     public function removeExtension ($filename)
172 172
     {
173 173
         return $this->appendPath(
174
-                   $this->getFolderPath($filename),
175
-                   $this->getBaseName($filename)
176
-               );
174
+                    $this->getFolderPath($filename),
175
+                    $this->getBaseName($filename)
176
+                );
177 177
     }
178 178
 
179 179
     /**
Please login to merge, or discard this patch.
src/allejo/stakx/Manager/PageManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use allejo\stakx\FrontMatter\ExpandedValue;
13 13
 use allejo\stakx\Object\ContentItem;
14 14
 use allejo\stakx\Object\DynamicPageView;
15
-use allejo\stakx\Object\JailObject;
16 15
 use allejo\stakx\Object\PageView;
17 16
 use allejo\stakx\Object\RepeaterPageView;
18 17
 use allejo\stakx\System\FileExplorer;
Please login to merge, or discard this patch.