Passed
Push — develop ( 5d4fa7...44e92f )
by Brent
02:52
created
src/Brendt/Stitcher/Parser/Site/SiteParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
             $pageRenderProcess->setSiteMap($this->siteMap);
219 219
         }
220 220
 
221
-        $pageRenderProcess->onSuccess(function () use ($page) {
221
+        $pageRenderProcess->onSuccess(function() use ($page) {
222 222
             $this->eventDispatcher->dispatch(SiteParser::EVENT_PAGE_PARSED, Event::create(['pageId' => $page->getId()]));
223 223
         });
224 224
 
Please login to merge, or discard this patch.