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.
Test Failed
Pull Request — master (#1035)
by Maxim
07:08
created
src/functions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -460,7 +460,7 @@  discard block
 block discarded – undo
460 460
 
461 461
 /**
462 462
  * Writes a message to the output and adds a newline at the end.
463
- * @param array|string $message
463
+ * @param string $message
464 464
  */
465 465
 function writeln($message)
466 466
 {
@@ -523,7 +523,7 @@  discard block
 block discarded – undo
523 523
  * Get configuration value.
524 524
  *
525 525
  * @param string $name
526
- * @param mixed|null $default
526
+ * @param boolean $default
527 527
  * @return mixed
528 528
  */
529 529
 function get($name, $default = null)
Please login to merge, or discard this patch.