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
Pull Request — master (#27)
by
unknown
08:19
created
EnhancedSelection/EnhancedSelectionStorage/Gateway/DoctrineStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
         $rows = $statement->fetchAll(PDO::FETCH_ASSOC);
162 162
 
163 163
         return array_map(
164
-            function (array $row) {
164
+            function(array $row) {
165 165
                 return $row['identifier'];
166 166
             },
167 167
             $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
@@ -50,8 +50,7 @@
 block discarded – undo
50 50
         }
51 51
 
52 52
         $hash = is_array($value['identifiers']) ?
53
-            $value['identifiers'] :
54
-            array($value['identifiers']);
53
+            $value['identifiers'] : array($value['identifiers']);
55 54
 
56 55
         return $this->fieldType->fromHash($hash);
57 56
     }
Please login to merge, or discard this patch.