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 ( e7c185...653f76 )
by Choraimy
05:48
created
src/Pushwoosh.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
         if (isset($response->response->Messages)) {
62 62
             # Pushwoosh will not assign IDs to messages sent to less than 10 unique devices
63
-            return array_map(function (string $identifier) {
63
+            return array_map(function(string $identifier) {
64 64
                 return $identifier !== 'CODE_NOT_AVAILABLE' ? $identifier : null;
65 65
             }, $response->response->Messages);
66 66
         }
Please login to merge, or discard this patch.