We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -70,7 +70,7 @@ |
||
| 70 | 70 | $pageGridPagination = new PageGridPagination($pageGridPaginator); |
| 71 | 71 | |
| 72 | 72 | $pagination = $this->buildSimplePagination($pageGridPagination, $pageGridPaginator); |
| 73 | - $this->view->assignMultiple([ 'pagination' => $pagination, 'paginator' => $pageGridPaginator ]); |
|
| 73 | + $this->view->assignMultiple(['pagination' => $pagination, 'paginator' => $pageGridPaginator]); |
|
| 74 | 74 | |
| 75 | 75 | $this->view->assign('docUid', $this->requestData['id']); |
| 76 | 76 | } |
@@ -102,7 +102,7 @@ |
||
| 102 | 102 | $simplePagination = new SimplePagination($solrPaginator); |
| 103 | 103 | |
| 104 | 104 | $pagination = $this->buildSimplePagination($simplePagination, $solrPaginator); |
| 105 | - $this->view->assignMultiple([ 'pagination' => $pagination, 'paginator' => $solrPaginator ]); |
|
| 105 | + $this->view->assignMultiple(['pagination' => $pagination, 'paginator' => $solrPaginator]); |
|
| 106 | 106 | } |
| 107 | 107 | |
| 108 | 108 | $this->view->assign('viewData', $this->viewData); |