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 ( 4235fd...911585 )
by Freek
02:30
created
src/Handlers/CatchAll.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -107,6 +107,9 @@
 block discarded – undo
107 107
             ->setFields($attachmentFields);
108 108
     }
109 109
 
110
+    /**
111
+     * @param Collection $alternativeHandlers
112
+     */
110 113
     protected function containsHelpHandler($alternativeHandlers)
111 114
     {
112 115
         $alternativeHandlers->first(function (SignatureHandler $handler) {
Please login to merge, or discard this patch.