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 (#11)
by TJ
02:11
created
src/Contracts/Installer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
      * Write the configurations to dotenv files.
9 9
      *
10 10
      * @param  array  $config
11
-     * @param  string  $file
12 11
      * @return bool
13 12
      */
14 13
     public function writeConfig(array $config, string $filePath) : bool;
Please login to merge, or discard this patch.
src/Installer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
      * Write the configurations to dotenv files.
23 23
      *
24 24
      * @param  array  $config
25
-     * @param  string  $file
26 25
      * @return bool
27 26
      */
28 27
     public function writeConfig(array $config, string $filePath) : bool
Please login to merge, or discard this patch.