@@ -179,7 +179,7 @@ |
||
179 | 179 | |
180 | 180 | $pageRenderProcess = new PageRenderProcess($this->pageParser, $page, $this->publicDir, $filterValue); |
181 | 181 | $pageRenderProcess->setEnvironment($this->environment); |
182 | - $pageRenderProcess->onSuccess(function () use ($page) { |
|
182 | + $pageRenderProcess->onSuccess(function() use ($page) { |
|
183 | 183 | $this->eventDispatcher->dispatch(SiteParser::EVENT_PAGE_PARSED, Event::create(['pageId' => $page->getId()])); |
184 | 184 | }); |
185 | 185 |