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.
Passed
Push — master ( 14786f...b9c436 )
by Anton
02:19
created
src/functions.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -30,6 +30,7 @@  discard block
 block discarded – undo
30 30
 
31 31
 /**
32 32
  * @param string ...$hostname
33
+ * @param string[] $hostname
33 34
  * @return Host|Host[]|Proxy
34 35
  */
35 36
 function host(...$hostname)
@@ -66,6 +67,7 @@  discard block
 block discarded – undo
66 67
 
67 68
 /**
68 69
  * @param string ...$hostnames
70
+ * @param string[] $hostnames
69 71
  * @return Localhost|Localhost[]|Proxy
70 72
  */
71 73
 function localhost(...$hostnames)
Please login to merge, or discard this patch.