Passed
Push — manual-account-multidomain ( 71d0c9 )
by Simon
05:02
created
includes/Pages/PageViewRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -409,8 +409,8 @@
 block discarded – undo
409 409
         /** @var Domain $domain */
410 410
         $domain = Domain::getById(1, $this->getDatabase());
411 411
 
412
-        $template = str_replace('{articlePath}', $domain->getWikiArticlePath() , $template);
413
-        $template = str_replace('{wikiId}', $domain->getShortName() , $template);
412
+        $template = str_replace('{articlePath}', $domain->getWikiArticlePath(), $template);
413
+        $template = str_replace('{wikiId}', $domain->getShortName(), $template);
414 414
 
415 415
         return $template;
416 416
     }
Please login to merge, or discard this patch.