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 ( 6a8fe9...bdbe09 )
by やかみ
02:52
created
src/Core/Database.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,6 +66,7 @@  discard block
 block discarded – undo
66 66
     /**
67 67
      * Get singleton
68 68
      *
69
+     * @param string $key
69 70
      * @return object
70 71
      *
71 72
      * @throws \Kotori\Exception\DatabaseException
@@ -104,7 +105,6 @@  discard block
 block discarded – undo
104 105
      *
105 106
      * Initialize Database.
106 107
      *
107
-     * @param  array $config
108 108
      * @return void
109 109
      */
110 110
     public function __construct(array $options = [])
Please login to merge, or discard this patch.