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 — develop ( 655799...da47e2 )
by Brad
08:53 queued 05:16
created
freemius/includes/class-fs-admin-notices.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
          * @param string      $title
197 197
          * @param string      $type
198 198
          * @param int|null    $network_level_or_blog_id
199
-         * @param number|null $wp_user_id
199
+         * @param integer $wp_user_id
200 200
          * @param string|null $plugin_title
201 201
          * @param bool        $is_network_and_blog_admins Whether or not the message should be shown both on network and
202 202
          *                                                blog admin pages.
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
          * @since  2.0.0
295 295
          *
296 296
          * @param string        $id
297
-         * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite notices (if there's a network). When `false`, use the current context blog notices. When `null`, the decision which notices manager to use (MS vs. Current S) will be handled internally and determined based on the $id and the context admin (blog admin vs. network level admin).
297
+         * @param integer|null $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite notices (if there's a network). When `false`, use the current context blog notices. When `null`, the decision which notices manager to use (MS vs. Current S) will be handled internally and determined based on the $id and the context admin (blog admin vs. network level admin).
298 298
          *
299 299
          * @return bool
300 300
          */
Please login to merge, or discard this patch.
freemius/includes/managers/class-fs-admin-notice-manager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -336,7 +336,7 @@
 block discarded – undo
336 336
          * @author Vova Feldman (@svovaf)
337 337
          * @since  1.0.9
338 338
          *
339
-         * @param $id
339
+         * @param string $id
340 340
          *
341 341
          * @return bool
342 342
          */
Please login to merge, or discard this patch.