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
Pull Request — master (#6)
by Bogdan
03:07
created
src/Parser/VariableParser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
      *
231 231
      * @throws \M1\Env\Exception\ParseException If the parameter expansion if not valid syntax
232 232
      *
233
-     * @return array The split variable and default value
233
+     * @return string[] The split variable and default value
234 234
      */
235 235
     private function splitVariableDefault($variable_name, $parameter_symbol)
236 236
     {
@@ -336,7 +336,7 @@  discard block
 block discarded – undo
336 336
      *
337 337
      * @param string $variable
338 338
      *
339
-     * @return mixed
339
+     * @return boolean|string
340 340
      */
341 341
     private function getVariable($variable)
342 342
     {
Please login to merge, or discard this patch.