Completed
Pull Request — master (#1904)
by
unknown
02:37 queued 01:08
created
src/Phinx/Db/Adapter/MysqlAdapter.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -886,6 +886,7 @@
 block discarded – undo
886 886
      * {@inheritDoc}
887 887
      *
888 888
      * @throws \Phinx\Db\Adapter\UnsupportedColumnTypeException
889
+     * @param integer $limit
889 890
      */
890 891
     public function getSqlType($type, $limit = null)
891 892
     {
Please login to merge, or discard this patch.
src/Phinx/Db/Adapter/SqlServerAdapter.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -535,6 +535,7 @@  discard block
 block discarded – undo
535 535
      * {@inheritDoc}
536 536
      *
537 537
      * @throws \InvalidArgumentException
538
+     * @param string|null $newColumnName
538 539
      */
539 540
     protected function getRenameColumnInstructions($tableName, $columnName, $newColumnName)
540 541
     {
@@ -1054,6 +1055,7 @@  discard block
 block discarded – undo
1054 1055
      * {@inheritDoc}
1055 1056
      *
1056 1057
      * @throws \Phinx\Db\Adapter\UnsupportedColumnTypeException
1058
+     * @param string $type
1057 1059
      */
1058 1060
     public function getSqlType($type, $limit = null)
1059 1061
     {
Please login to merge, or discard this patch.