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 ( de2f4b...ae1cd0 )
by Mozammil
01:12
created
src/Interceptor.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@
 block discarded – undo
40 40
     /**
41 41
      * Gets a list of whitelisted recipient
42 42
      *
43
-     * @param array $recipients
44 43
      *
45 44
      * @return array
46 45
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Mozammil\LaravelMessageInterceptor;
4 4
 
5
-use Swift_Message;
6 5
 use InvalidArgumentException;
7
-use Illuminate\Support\Collection;
8 6
 use Mozammil\LaravelMessageInterceptor\Events\MessageIntercepted;
7
+use Swift_Message;
9 8
 
10 9
 class Interceptor
11 10
 {
Please login to merge, or discard this patch.