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 (#13)
by Pedro
08:52 queued 05:09
created
build/Classes/MakerFile.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -99,6 +99,7 @@  discard block
 block discarded – undo
99 99
 
100 100
     /**
101 101
      * Analisa os caminhos das pastas base
102
+     * @param string $basePath
102 103
      */
103 104
     public function parseLocation ( $basePath )
104 105
     {
@@ -227,6 +228,9 @@  discard block
 block discarded – undo
227 228
         echo "\n\033[1;32mSuccessfully process finished!\n\033[0m";
228 229
     }
229 230
 
231
+    /**
232
+     * @param integer $cur
233
+     */
230 234
     private function waitOfDatabase ( &$cur )
231 235
     {
232 236
         printf ( "\033[1;33mWait, the database is being analyzed..\033[0m\n" );
@@ -293,6 +297,7 @@  discard block
 block discarded – undo
293 297
      * parse a tpl file and return the result
294 298
      *
295 299
      * @param String $tplFile
300
+     * @param AbstractAdapter $objMakeFile
296 301
      *
297 302
      * @return String
298 303
      */
Please login to merge, or discard this patch.