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 ( f4c35f...6cea97 )
by やかみ
02:26
created
src/Core/Database.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,6 +67,7 @@  discard block
 block discarded – undo
67 67
     /**
68 68
      * Get singleton
69 69
      *
70
+     * @param string $key
70 71
      * @return object
71 72
      *
72 73
      * @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($options = [])
Please login to merge, or discard this patch.