Commit 532641f0 authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #916 from aivus/patch-1

Fix return type and mark as deprecated for Table::renameColumn
parents 2fe36092 4fb3efa2
......@@ -331,7 +331,7 @@ class Table extends AbstractAsset
* @param string $oldColumnName
* @param string $newColumnName
*
* @return self
* @deprecated
*
* @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