Completed
Pull Request — master (#1320)
by
unknown
01:46
created
src/Phinx/Db/Adapter/AbstractAdapter.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -217,7 +217,6 @@  discard block
 block discarded – undo
217 217
     /**
218 218
      * Sets the data domain.
219 219
      *
220
-     * @param array $schemaTableName Array for the data domain
221 220
      * @return $this
222 221
      */
223 222
     public function setDataDomain($dataDomain)
@@ -286,7 +285,7 @@  discard block
 block discarded – undo
286 285
      * @param string $columnName The desired column name
287 286
      * @param string $type The type for the column. Can be a data domain type.
288 287
      * @param array $options Options array
289
-     * @return Phinx\Db\Table\Column
288
+     * @return Column
290 289
      */
291 290
     public function getColumnForType($columnName, $type, $options)
292 291
     {
Please login to merge, or discard this patch.