Commit 4fb3efa2 authored by Ilya Antipenko's avatar Ilya Antipenko

Fix return type and mark as deprecated for Table::renameColumn

parent 2fe36092
...@@ -331,7 +331,7 @@ class Table extends AbstractAsset ...@@ -331,7 +331,7 @@ class Table extends AbstractAsset
* @param string $oldColumnName * @param string $oldColumnName
* @param string $newColumnName * @param string $newColumnName
* *
* @return self * @deprecated
* *
* @throws DBALException * @throws DBALException
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment