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 ( ae5660...c5a671 )
by Jan-Petter
01:08
created
src/UserAgentParser.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -120,8 +120,8 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Strip invalid characters
122 122
      *
123
-     * @param string|string[] $string
124
-     * @return string|string[]|null
123
+     * @param string $string
124
+     * @return string
125 125
      */
126 126
     private function strip($string)
127 127
     {
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
     /**
221 221
      * Get versions
222 222
      *
223
-     * @return float[]|int[]|string[]
223
+     * @return string[]
224 224
      */
225 225
     public function getVersions()
226 226
     {
Please login to merge, or discard this patch.