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 (#2)
by
unknown
02:36
created
DTO/PushMessageDTO.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     private $publishTime;
39 39
 
40 40
     /**
41
-     * @return mixed
41
+     * @return string[]
42 42
      */
43 43
     public function getAttributes()
44 44
     {
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-     * @return mixed
57
+     * @return string
58 58
      */
59 59
     public function getMessageId()
60 60
     {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @return mixed
65
+     * @return string
66 66
      */
67 67
     public function getPublishTime()
68 68
     {
Please login to merge, or discard this patch.