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 | } |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | // extract collection(s) from collection parameter |
75 | 75 | $collection = null; |
76 | 76 | if ($this->searchParams['collection']) { |
77 | - foreach(explode(',', $this->searchParams['collection']) as $collectionEntry) { |
|
77 | + foreach (explode(',', $this->searchParams['collection']) as $collectionEntry) { |
|
78 | 78 | $collection[] = $this->collectionRepository->findByUid($collectionEntry); |
79 | 79 | } |
80 | 80 | } |
@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | $simplePagination = new SimplePagination($solrPaginator); |
107 | 107 | |
108 | 108 | $pagination = $this->buildSimplePagination($simplePagination, $solrPaginator); |
109 | - $this->view->assignMultiple([ 'pagination' => $pagination, 'paginator' => $solrPaginator ]); |
|
109 | + $this->view->assignMultiple(['pagination' => $pagination, 'paginator' => $solrPaginator]); |
|
110 | 110 | } |
111 | 111 | |
112 | 112 | $this->view->assign('viewData', $this->viewData); |