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
Branch master (279acb)
by Mozammil
01:20
created
src/Interceptor.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
      *
83 83
      * @param \Swift_Message $message
84 84
      *
85
-     * @return void
85
+     * @return Swift_Message
86 86
      */
87 87
     public function intercept(Swift_Message $message)
88 88
     {
@@ -98,7 +98,6 @@  discard block
 block discarded – undo
98 98
     /**
99 99
      * Gets a list of whitelisted recipient
100 100
      *
101
-     * @param array $recipients
102 101
      *
103 102
      * @return \Illuminate\Support\Collection
104 103
      */
Please login to merge, or discard this patch.