Test Failed
Push — develop ( 4544b5...b9d221 )
by Brent
03:13
created
src/Pageon/Pcntl/PageRenderProcess.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Pageon\Pcntl;
4 4
 
5
-use Brendt\Stitcher\App;
6 5
 use Brendt\Stitcher\Application\DevController;
7 6
 use Brendt\Stitcher\Parser\Site\PageParser;
8 7
 use Brendt\Stitcher\Site\Page;
9
-use Brendt\Stitcher\Site\Seo\SiteMap;
10 8
 use Symfony\Component\Filesystem\Filesystem;
11 9
 
12 10
 class PageRenderProcess extends Process
Please login to merge, or discard this patch.
src/Brendt/Stitcher/Parser/Site/SiteParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
         $pageRenderProcess = new PageRenderProcess($this->pageParser, $page, $this->publicDir, $filterValue);
215 215
         $pageRenderProcess->setEnvironment($this->environment);
216 216
         
217
-        $pageRenderProcess->onSuccess(function ($pageIds) use ($page) {
217
+        $pageRenderProcess->onSuccess(function($pageIds) use ($page) {
218 218
             if ($this->siteMap->isEnabled()) {
219 219
                 foreach ($pageIds as $pageId) {
220 220
                     $this->siteMap->addPath($pageId);
Please login to merge, or discard this patch.