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 (#16)
by Gallice
02:58
created
src/Model/Callback/Entry.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @return CallbackEvent[]
53
+     * @return CallbackEvent
54 54
      */
55 55
     public function getCallbackEvents()
56 56
     {
Please login to merge, or discard this patch.
src/Model/Callback/MessageEcho.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
      * @param null|string $metadata
30 30
      * @param null|string $text
31 31
      * @param array $attachments
32
-     * @param null|string $quickReply
33 32
      */
34 33
     public function __construct($isEcho, $appId, $id, $sequence, $metadata = null, $text = null, array $attachments = [])
35 34
     {
Please login to merge, or discard this patch.
src/Model/Callback/Optin.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
     private $ref;
11 11
 
12 12
     /**
13
-     * @param string $dataRef
14 13
      */
15 14
     public function __construct($ref)
16 15
     {
Please login to merge, or discard this patch.