We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 29 | public function __construct( |
||
| 30 | SolrSearch $solrSearch, |
||
| 31 | int $currentPageNumber = 1, |
||
| 32 | int $itemsPerPage = 25 |
||
| 33 | ) { |
||
| 34 | $this->solrSearch = $solrSearch; |
||
| 35 | $this->setCurrentPageNumber($currentPageNumber); |
||
| 36 | $this->setItemsPerPage($itemsPerPage); |
||
| 37 | |||
| 38 | $this->updateInternalState(); |
||
| 39 | } |
||
| 62 |