We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -79,8 +79,8 @@ discard block |
||
| 79 | 79 | * @access protected |
| 80 | 80 | * @return void |
| 81 | 81 | */ |
| 82 | - protected function initialize() |
|
| 83 | - { |
|
| 82 | + protected function initialize() |
|
| 83 | + { |
|
| 84 | 84 | $this->requestData = GeneralUtility::_GPmerged('tx_dlf'); |
| 85 | 85 | if (empty($this->requestData['page'])) { |
| 86 | 86 | $this->requestData['page'] = 1; |
@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | 'pageUid' => $GLOBALS['TSFE']->id, |
| 92 | 92 | 'requestData' => $this->requestData |
| 93 | 93 | ]; |
| 94 | - } |
|
| 94 | + } |
|
| 95 | 95 | |
| 96 | 96 | /** |
| 97 | 97 | * Loads the current document into $this->document |