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 ( 04b47a...636f6e )
by Drew
03:27
created
src/EnvBuilder.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -93,6 +93,7 @@
 block discarded – undo
93 93
      *
94 94
      * @param string $message
95 95
      * @param mixed $args...
96
+     * @param string $args
96 97
      */
97 98
     protected function log($message, $args)
98 99
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Dbtlr\PHPEnvBuilder;
3 3
 
4
+use Dotenv\Dotenv;
4 5
 use Dotenv\Exception\InvalidPathException;
5 6
 use League\CLImate\CLImate;
6
-use Dotenv\Dotenv;
7 7
 
8 8
 class EnvBuilder
9 9
 {
Please login to merge, or discard this patch.