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 ( db2af4...302631 )
by Vadim
15:59 queued 05:59
created
src/ConsoleTools/Model/Migration.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     /**
68 68
      * Create a migration table
69 69
      *
70
-     * @return bool
70
+     * @return boolean|null
71 71
      */
72 72
     public function createTable()
73 73
     {
@@ -117,7 +117,6 @@  discard block
 block discarded – undo
117 117
     /**
118 118
      * Get a last migration
119 119
      *
120
-     * @param bool $isShow Show sql queries
121 120
      * @return string
122 121
      */
123 122
     public function get(array $where = [])
@@ -265,6 +264,9 @@  discard block
 block discarded – undo
265 264
 
266 265
     }
267 266
 
267
+    /**
268
+     * @param string $query
269
+     */
268 270
     protected function executeInPerconaTool($query, $dbConfig): bool
269 271
     {
270 272
         if (stristr($query, 'ALTER TABLE') && $this->percona) {
Please login to merge, or discard this patch.