Completed
Pull Request — master (#1393)
by
unknown
05:03
created
src/Phinx/Db/Adapter/TimedOutputAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Phinx/Db/Table.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.