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 ( 0dddb1...eff067 )
by Pedro
07:21 queued 04:09
created
build/Classes/Db/Column.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -172,6 +172,7 @@
 block discarded – undo
172 172
      * @param $constraint_name
173 173
      * @param $table_name
174 174
      * @param $column_name
175
+     * @param string $database
175 176
      *
176 177
      * @return $this
177 178
      */
Please login to merge, or discard this patch.
build/Classes/Db/Constrant.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -70,6 +70,9 @@
 block discarded – undo
70 70
         return $this;
71 71
     }
72 72
 
73
+    /**
74
+     * @return string
75
+     */
73 76
     public function getDatabase (){
74 77
         return $this->database;
75 78
     }
Please login to merge, or discard this patch.