Completed
Pull Request — master (#147)
by Deven
03:17
created
config/Migrations/20170515135017_fix_long_pma_versions.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@
 block discarded – undo
29 29
         // but the migration itself is idempotent
30 30
     }
31 31
 
32
+    /**
33
+     * @param string $table
34
+     */
32 35
     private function _sanitizeVersionsInTable($table)
33 36
     {
34 37
         $sql = 'SELECT `id`, `pma_version` FROM `' . $table . '`';
Please login to merge, or discard this patch.