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 ( 88e408...4d0df3 )
by Anton
04:53 queued 02:21
created
src/Host/Host.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-     * @return mixed
79
+     * @return string
80 80
      */
81 81
     public function getRealHostname()
82 82
     {
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-     * @param mixed $hostname
97
+     * @param string $hostname
98 98
      */
99 99
     private function setRealHostname(string $hostname)
100 100
     {
Please login to merge, or discard this patch.