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 (#64)
by
unknown
02:08
created
src/AttachmentAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@
 block discarded – undo
204 204
             $this->confirm = new ActionConfirmation($confirm);
205 205
 
206 206
             return $this;
207
-        } elseif (! isset($confirm)) {
207
+        } elseif ( ! isset($confirm)) {
208 208
             $this->confirm = null;
209 209
             return $this;
210 210
         }
Please login to merge, or discard this patch.