Completed
Push — master ( 291562...1a7816 )
by Sam
03:16 queued 10s
created
src/AppBundle/Controller/TopEditsController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
                 'username' => $username,
49 49
             ]);
50 50
         } elseif ($project != "") {
51
-            return $this->redirectToRoute("TopEditsResults", [ 'project'=>$project ]);
51
+            return $this->redirectToRoute("TopEditsResults", ['project'=>$project]);
52 52
         }
53 53
 
54 54
         // set default wiki so we can populate the namespace selector
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
         $editData = $conn->executeQuery($query, $params)->fetchAll();
110 110
 
111 111
         // Get page info about these 100 pages, so we can use their display title.
112
-        $titles = array_map(function ($e) {
112
+        $titles = array_map(function($e) {
113 113
             return $e['page_title'];
114 114
         }, $editData);
115 115
         /** @var ApiHelper $apiHelper */
Please login to merge, or discard this patch.