Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Pull Request — dev-extbase-fluid (#720)
by Alexander
08:20
created
Classes/Controller/BasketController.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -517,7 +517,7 @@
 block discarded – undo
517 517
             ->getConnectionForTable('tx_dlf_basket')
518 518
             ->update(
519 519
                 'tx_dlf_basket',
520
-                 $update,
520
+                    $update,
521 521
                 ['uid' => (int) $basketData['uid']]
522 522
             );
523 523
         $basketData['doc_ids'] = $items;
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,8 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.