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 (#29)
by Pedro
06:35
created
build/Classes/AdaptersDriver/AbsractAdapter.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
     /**
219 219
      * Retorna o Nome da Sequence da tabela
220 220
      *
221
-     * @param $table
221
+     * @param string $table
222 222
      * @param $column
223 223
      *
224 224
      * @return string
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
      * @param     $nameTable
270 270
      * @param int $schema
271 271
      *
272
-     * @return \Classes\Db\DbTable
272
+     * @return AbsractAdapter
273 273
      */
274 274
     public function createTable ( $nameTable , $schema = 0 )
275 275
     {
@@ -329,7 +329,7 @@  discard block
 block discarded – undo
329 329
 
330 330
     /**
331 331
      * @param string     $nameTable
332
-     * @param int|string $schema
332
+     * @param integer $schema
333 333
      *
334 334
      * @return bool
335 335
      */
Please login to merge, or discard this patch.