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
Branch master (0fd339)
by Pedro
04:18 queued 01:17
created
build/Classes/AdapterConfig/ZendFrameworkOne.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     /**
108 108
      * Cria Instancias dos arquivos que devem ser gerados
109 109
      *
110
-     * @return AbstractAdapter[]
110
+     * @return \Classes\AdapterMakerFile\AbstractAdapter[]
111 111
      */
112 112
     public function getMakeFileInstances ()
113 113
     {
Please login to merge, or discard this patch.
build/Classes/AdaptersDriver/Mssql.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,6 @@
 block discarded – undo
54 54
 
55 55
     /**
56 56
      * @inheritDoc
57
-     * @param string $databaseName
58 57
      * @return \Classes\Db\DbTable[]
59 58
      */
60 59
     public function getTables($schema = 0)
Please login to merge, or discard this patch.
build/Classes/Db/DbTable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
     }
221 221
 
222 222
     /**
223
-     * @param string $Namespace
223
+     * @param string $namespace
224 224
      */
225 225
     public function setNamespace ( $namespace )
226 226
     {
Please login to merge, or discard this patch.
build/Classes/MakerConfigFile.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@
 block discarded – undo
44 44
     /**
45 45
      * Analisa e estrutura a Configuracao do generate
46 46
      *
47
-     * @param string $_path
48 47
      * @param array  $argv
49 48
      *
50 49
      * @return array
Please login to merge, or discard this patch.
build/Classes/MakerFile.php 1 patch
Doc Comments   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,6 +46,7 @@  discard block
 block discarded – undo
46 46
 
47 47
     /**
48 48
      * Analisa os caminhos das pastas base
49
+     * @param string $basePath
49 50
      */
50 51
     public function parseLocation ( $basePath )
51 52
     {
@@ -175,6 +176,9 @@  discard block
 block discarded – undo
175 176
         echo "\n\033[1;32mSuccessfully process finished!\n\033[0m";
176 177
     }
177 178
 
179
+    /**
180
+     * @param integer $countFiles
181
+     */
178 182
     private function reportProcess ( $countFiles )
179 183
     {
180 184
         if ( $this->config->isStatusEnabled () )
@@ -194,7 +198,7 @@  discard block
 block discarded – undo
194 198
     /**
195 199
      * Instancia os Modulos de diretorios e tampletes
196 200
      *
197
-     * @return AbstractAdapter[]
201
+     * @return AdapterConfig\AbstractAdapter[]
198 202
      */
199 203
     public function factoryMakerFile ()
200 204
     {
@@ -225,6 +229,7 @@  discard block
 block discarded – undo
225 229
      * parse a tpl file and return the result
226 230
      *
227 231
      * @param String $tplFile
232
+     * @param AdapterConfig\AbstractAdapter $objMakeFile
228 233
      *
229 234
      * @return String
230 235
      */
Please login to merge, or discard this patch.
build/Classes/AdapterConfig/None.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     /**
108 108
      * Cria Instancias dos arquivos que devem ser gerados
109 109
      *
110
-     * @return AbstractAdapter[]
110
+     * @return \Classes\AdapterMakerFile\AbstractAdapter[]
111 111
      */
112 112
     public function getMakeFileInstances ()
113 113
     {
Please login to merge, or discard this patch.
build/Classes/AdaptersDriver/Pgsql.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,6 @@
 block discarded – undo
71 71
     /**
72 72
      * Retorna um Array com nome das tabelas
73 73
      *
74
-     * @param void $schema
75 74
      *
76 75
      * @return string[]
77 76
      */
Please login to merge, or discard this patch.