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 (#63)
by
unknown
21:40
created
src/Attachment.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -322,7 +322,6 @@
 block discarded – undo
322 322
     /**
323 323
      * Enable simple markup language.
324 324
      *
325
-     * @param boolean $mrkdwn
326 325
      *
327 326
      * @return $this
328 327
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use DateTime;
6 6
 use Illuminate\Support\Collection;
7
-use Spatie\SlashCommand\Exceptions\FieldCannotBeAdded;
8 7
 use Spatie\SlashCommand\Exceptions\ActionCannotBeAdded;
8
+use Spatie\SlashCommand\Exceptions\FieldCannotBeAdded;
9 9
 
10 10
 class Attachment
11 11
 {
Please login to merge, or discard this patch.