Passed
Push — main ( 9395be...cabf18 )
by MusikAnimal
03:10
created
src/Controller/PageInfoController.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -290,10 +290,10 @@  discard block
 block discarded – undo
290 290
             return $this->getApiHtmlResponse($this->project, $this->page, $data);
291 291
         }
292 292
 
293
-        $this->addFlash('warning', 'In XTools 3.21, the last_edit_id property will be removed. ' .
293
+        $this->addFlash('warning', 'In XTools 3.21, the last_edit_id property will be removed. '.
294 294
             'Use the modified_rev_id property instead.');
295 295
         $data['last_edit_id'] = $data['modified_rev_id'];
296
-        $this->addFlash('warning', 'In XTools 3.21, the author and author_editcount properties ' .
296
+        $this->addFlash('warning', 'In XTools 3.21, the author and author_editcount properties '.
297 297
             'will be removed. Instead, use creator and creator_editcount, respectively.');
298 298
         $data['author'] = $data['creator'];
299 299
         $data['author_editcount'] = $data['creator_editcount'];
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
369 369
         $responseCode = Response::HTTP_OK;
370 370
         $this->recordApiUsage('page/prose');
371 371
         $this->setupPageInfo($pageInfoRepo, $autoEditsHelper);
372
-        $this->addFlash('info', 'The algorithm used by this API has recently changed. ' .
372
+        $this->addFlash('info', 'The algorithm used by this API has recently changed. '.
373 373
             'See https://www.mediawiki.org/wiki/XTools/Page_History#Prose for details.');
374 374
         $ret = $this->pageInfo->getProseStats();
375 375
         if (null === $ret) {
Please login to merge, or discard this patch.