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 ( aad9dc...8b864d )
by Miles
04:52 queued 02:24
created
src/Parser.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,8 +20,8 @@
 block discarded – undo
20 20
 
21 21
 use M1\Env\Exception\ParseException;
22 22
 use M1\Env\Parser\AbstractParser;
23
-use M1\Env\Parser\ValueParser;
24 23
 use M1\Env\Parser\KeyParser;
24
+use M1\Env\Parser\ValueParser;
25 25
 
26 26
 /**
27 27
  * The .env parser
Please login to merge, or discard this patch.
src/Parser/ValueParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -291,7 +291,7 @@
 block discarded – undo
291 291
      *
292 292
      * @throws \M1\Env\Exception\ParseException If the string has a missing end quote
293 293
      *
294
-     * @return array The matches based on the regex and the value
294
+     * @return string[] The matches based on the regex and the value
295 295
      */
296 296
     private function fetchStringMatches($value, $regex, $symbol)
297 297
     {
Please login to merge, or discard this patch.