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 — develop (#25)
by
unknown
17:48 queued 07:52
created
src/ConsoleTools/Controller/MigrationController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@
 block discarded – undo
279 279
     }
280 280
 
281 281
     /**
282
-     * @param $migrationPath
282
+     * @param string $migrationPath
283 283
      * @return mixed
284 284
      */
285 285
     protected function includeMigration($migrationPath)
Please login to merge, or discard this patch.
src/ConsoleTools/Model/Migration.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * Create a migration table
51 51
      * 
52
-     * @return bool
52
+     * @return boolean|null
53 53
      */
54 54
     public function createTable()
55 55
     {
@@ -99,7 +99,6 @@  discard block
 block discarded – undo
99 99
     /**
100 100
      * Get a last migration
101 101
      *
102
-     * @param bool $isShow Show sql queries
103 102
      * @return string
104 103
      */
105 104
     public function get(array $where = [])
Please login to merge, or discard this patch.