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 (#754)
by Alexander
02:42
created
Classes/Domain/Repository/DocumentRepository.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -545,7 +545,8 @@  discard block
 block discarded – undo
545 545
      * @param \TYPO3\CMS\Extbase\Persistence\Generic\QueryResult $listedMetadata
546 546
      * @return array
547 547
      */
548
-    public function findSolrByCollection($collections, $settings, $searchParams, $listedMetadata = null) {
548
+    public function findSolrByCollection($collections, $settings, $searchParams, $listedMetadata = null)
549
+    {
549 550
 
550 551
         $this->settings = $settings;
551 552
 
@@ -703,7 +704,8 @@  discard block
 block discarded – undo
703 704
      * @param \TYPO3\CMS\Extbase\Persistence\Generic\QueryResult $listedMetadata
704 705
      * @return array
705 706
      */
706
-    protected function fetchMetadataFromSolr($uid, $settings, $listedMetadata = []) {
707
+    protected function fetchMetadataFromSolr($uid, $settings, $listedMetadata = [])
708
+    {
707 709
 
708 710
         $this->settings = $settings;
709 711
 
Please login to merge, or discard this patch.