@@ -51,7 +51,7 @@ |
||
51 | 51 | /** |
52 | 52 | * Start timing a command. |
53 | 53 | * |
54 | - * @return callable A function that is to be called when the command finishes |
|
54 | + * @return \Closure A function that is to be called when the command finishes |
|
55 | 55 | */ |
56 | 56 | public function startCommandTimer() |
57 | 57 | { |
@@ -35,7 +35,6 @@ |
||
35 | 35 | use Phinx\Db\Action\ChangeComment; |
36 | 36 | use Phinx\Db\Action\ChangePrimaryKey; |
37 | 37 | use Phinx\Db\Action\CreateTable; |
38 | -use Phinx\Db\Action\DropColumn; |
|
39 | 38 | use Phinx\Db\Action\DropForeignKey; |
40 | 39 | use Phinx\Db\Action\DropIndex; |
41 | 40 | use Phinx\Db\Action\DropTable; |