@@ -48,7 +48,7 @@ discard block |
||
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 |
||
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 */ |