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 ( 4dfe67...9a0799 )
by Ronald
03:33 queued 01:14
created
src/Calendar/CalendarResponse.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
   }
88 88
 
89 89
   /**
90
-   * @return array
90
+   * @return null|Constraint
91 91
    */
92 92
   public function getIncluded() {
93 93
     return $this->included_set;
@@ -101,14 +101,14 @@  discard block
 block discarded – undo
101 101
   }
102 102
 
103 103
   /**
104
-   * @return DateTime
104
+   * @return \DateTime
105 105
    */
106 106
   public function getStartDate() {
107 107
     return $this->start_date;
108 108
   }
109 109
 
110 110
   /**
111
-   * @return DateTime
111
+   * @return \DateTime
112 112
    */
113 113
   public function getEndDate() {
114 114
     return $this->end_date;
Please login to merge, or discard this patch.