@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | 'username' => $username, |
| 50 | 50 | ]); |
| 51 | 51 | } elseif ($project != "") { |
| 52 | - return $this->redirectToRoute("TopEditsResults", [ 'project'=>$project ]); |
|
| 52 | + return $this->redirectToRoute("TopEditsResults", ['project'=>$project]); |
|
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | // set default wiki so we can populate the namespace selector |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | } |
| 128 | 128 | |
| 129 | 129 | // Get page info about these 100 pages, so we can use their display title. |
| 130 | - $titles = array_map(function ($e) { |
|
| 130 | + $titles = array_map(function($e) { |
|
| 131 | 131 | return $e['page_title']; |
| 132 | 132 | }, $editData); |
| 133 | 133 | $displayTitles = $apiHelper->displayTitles($project, $titles); |