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
Push — master ( 89efac...d8afc6 )
by
unknown
03:51
created
Classes/Controller/SearchController.php 1 patch
Braces   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -271,8 +271,7 @@  discard block
 block discarded – undo
271 271
                 // check for virtual collections query string
272 272
                 if($collectionEntry->getIndexSearch()) {
273 273
                     $virtualCollectionsQueryString .= empty($virtualCollectionsQueryString) ? '(' . $collectionEntry->getIndexSearch() . ')' : ' OR ('. $collectionEntry->getIndexSearch() . ')' ;
274
-                }
275
-                else {
274
+                } else {
276 275
                     $collectionsQueryString .= empty($collectionsQueryString) ? '"' . $collectionEntry->getIndexName() . '"' : ' OR "' . $collectionEntry->getIndexName() . '"';
277 276
                 }
278 277
             }
@@ -459,7 +458,8 @@  discard block
 block discarded – undo
459 458
      *
460 459
      * @return string
461 460
      */
462
-    private function translateValue($field, $value) {
461
+    private function translateValue($field, $value)
462
+    {
463 463
         switch ($field) {
464 464
             case 'owner_faceting':
465 465
                 // Translate name of holding library.
Please login to merge, or discard this patch.