Passed
Push — master ( 362733...5e49db )
by MusikAnimal
04:25
created
src/AppBundle/Controller/TopEditsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
         // Send all to the template.
158 158
         return $this->getFormattedResponse('topedits/result_article', [
159 159
             'xtPage' => 'topedits',
160
-            'xtTitle' => $this->user->getUsername() . ' - ' . $this->page->getTitle(),
160
+            'xtTitle' => $this->user->getUsername().' - '.$this->page->getTitle(),
161 161
             'project' => $this->project,
162 162
             'user' => $this->user,
163 163
             'page' => $this->page,
Please login to merge, or discard this patch.