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 — develop (#27)
by Tom Van
04:06
created
src/Reader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
         $keys = array_keys($data);
135 135
         $keys = array_map('strtolower', $keys);
136 136
         $values = array_values($data);
137
-        $values = array_map(function ($value) {
137
+        $values = array_map(function($value) {
138 138
             if (!is_array($value)) {
139 139
                 return $value;
140 140
             }
Please login to merge, or discard this patch.