We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -180,7 +180,8 @@ |
||
| 180 | 180 | * |
| 181 | 181 | * @return array The found data from user session. |
| 182 | 182 | */ |
| 183 | - protected function getBasketData() { |
|
| 183 | + protected function getBasketData() |
|
| 184 | + { |
|
| 184 | 185 | // get user session |
| 185 | 186 | $sessionId = $GLOBALS['TSFE']->fe_user->id; |
| 186 | 187 | $queryBuilder = GeneralUtility::makeInstance(ConnectionPool::class) |