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 (#771)
by
unknown
03:16
created
Classes/Common/Helper.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1039,7 +1039,7 @@
 block discarded – undo
1039 1039
      */
1040 1040
     public static function withoutEmpty(array $array): array
1041 1041
     {
1042
-        return array_values(array_filter($array, function ($entry) {
1042
+        return array_values(array_filter($array, function($entry) {
1043 1043
             return !empty($entry);
1044 1044
         }));
1045 1045
     }
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1039,7 +1039,8 @@
 block discarded – undo
1039 1039
      */
1040 1040
     public static function withoutEmpty(array $array): array
1041 1041
     {
1042
-        return array_values(array_filter($array, function ($entry) {
1042
+        return array_values(array_filter($array, function ($entry)
1043
+        {
1043 1044
             return !empty($entry);
1044 1045
         }));
1045 1046
     }
Please login to merge, or discard this patch.
Classes/Common/DbDocs/RstSection.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
    :header-rows: $numHeaderRows
65 65
 
66 66
 
67
-RST;
67
+rst;
68 68
 
69 69
         // Pattern for a row:
70 70
         //
Please login to merge, or discard this patch.
Classes/Command/DatabaseDocCommand.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -287,6 +287,4 @@
 block discarded – undo
287 287
             $section->addTable($rows, $header);
288 288
         }
289 289
 
290
-        return $page;
291
-    }
292
-}
290
+        return $page
293 291
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -287,6 +287,4 @@
 block discarded – undo
287 287
             $section->addTable($rows, $header);
288 288
         }
289 289
 
290
-        return $page;
291
-    }
292
-}
290
+        return $page
293 291
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
 
191 191
         $text = $fieldDocParser->getDescription();
192 192
         $lines = explode("\n", $text);
193
-        $lines = array_map(function ($line) {
193
+        $lines = array_map(function($line) {
194 194
             // There may be a single non-signifying space after the doc-comment asterisk
195 195
             return $line[0] === ' '
196 196
                 ? substr($line, 1)
@@ -287,6 +287,4 @@  discard block
 block discarded – undo
287 287
             $section->addTable($rows, $header);
288 288
         }
289 289
 
290
-        return $page;
291
-    }
292
-}
290
+        return $page
293 291
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -190,7 +190,8 @@  discard block
 block discarded – undo
190 190
 
191 191
         $text = $fieldDocParser->getDescription();
192 192
         $lines = explode("\n", $text);
193
-        $lines = array_map(function ($line) {
193
+        $lines = array_map(function ($line)
194
+        {
194 195
             // There may be a single non-signifying space after the doc-comment asterisk
195 196
             return $line[0] === ' '
196 197
                 ? substr($line, 1)
@@ -287,6 +288,4 @@  discard block
 block discarded – undo
287 288
             $section->addTable($rows, $header);
288 289
         }
289 290
 
290
-        return $page;
291
-    }
292
-}
291
+        return $page
293 292
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -287,6 +287,4 @@
 block discarded – undo
287 287
             $section->addTable($rows, $header);
288 288
         }
289 289
 
290
-        return $page;
291
-    }
292
-}
290
+        return $page
293 291
\ No newline at end of file
Please login to merge, or discard this patch.