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 ( d1e99f...4ab195 )
by Steve
10s
created
src/components/Version.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      * @param $id
83 83
      * @param $attribute
84 84
      * @param $version
85
-     * @return null|integer|float|string
85
+     * @return string|null
86 86
      */
87 87
     public static function findAttribute($class, $id, $attribute, $version)
88 88
     {
Please login to merge, or discard this patch.
src/panels/MailPanel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
     /**
38 38
      * @param Event $event
39
-     * @return null|static
39
+     * @return AuditMail|null
40 40
      */
41 41
     public function record($event)
42 42
     {
Please login to merge, or discard this patch.
src/commands/AuditController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
     /**
133 133
      * Cleans the AuditEntry data
134 134
      *
135
-     * @param $maxAge
135
+     * @param integer|null $maxAge
136 136
      * @return bool
137 137
      */
138 138
     protected function cleanupEntry($maxAge)
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
      * Cleans the Panel data
161 161
      *
162 162
      * @param $id
163
-     * @param $maxAge
163
+     * @param integer|null $maxAge
164 164
      * @return bool
165 165
      */
166 166
     protected function cleanupPanel($id, $maxAge)
Please login to merge, or discard this patch.