Completed
Pull Request — master (#1753)
by
unknown
07:27
created
src/Phinx/Db/Plan/Solver/ActionSplitter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      *
66 66
      * @param \Phinx\Db\Plan\AlterTable $alter The collection of actions to inspect
67 67
      *
68
-     * @return \Phinx\Db\Plan\AlterTable[] A list of AlterTable that can be executed without
68
+     * @return AlterTable[] A list of AlterTable that can be executed without
69 69
      * this type of conflict
70 70
      */
71 71
     public function split(AlterTable $alter)
Please login to merge, or discard this patch.