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.
Completed
Push — master ( 935561...cc0427 )
by Edi
07:46
created
EnhancedSelection/EnhancedSelectionStorage/Gateway/DoctrineStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
         $rows = $statement->fetchAll(PDO::FETCH_ASSOC);
118 118
 
119 119
         return array_map(
120
-            static function (array $row) {
120
+            static function(array $row) {
121 121
                 return $row['identifier'];
122 122
             },
123 123
             $rows
Please login to merge, or discard this patch.
bundle/Form/Type/FieldType/FieldValueTransformer.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
         }
53 53
 
54 54
         $hash = is_array($value['identifiers']) ?
55
-            $value['identifiers'] :
56
-            [$value['identifiers']];
55
+            $value['identifiers'] : [$value['identifiers']];
57 56
 
58 57
         return $this->fieldType->fromHash($hash);
59 58
     }
Please login to merge, or discard this patch.
Search/Legacy/Content/Common/Gateway/CriterionHandler/EnhancedSelection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      * @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion $criterion
29 29
      * @param array $fieldFilters
30 30
      *
31
-     * @return \eZ\Publish\Core\Persistence\Database\Expression
31
+     * @return string
32 32
      */
33 33
     public function handle(CriteriaConverter $converter, SelectQuery $query, Criterion $criterion, ?array $fieldFilters = null): string
34 34
     {
Please login to merge, or discard this patch.