Skip to content

Commit

Permalink
Merge pull request #916 from aivus/patch-1
Browse files Browse the repository at this point in the history
Fix return type and mark as deprecated for Table::renameColumn
  • Loading branch information
Ocramius committed Oct 12, 2015
2 parents 2fe3609 + 4fb3efa commit 532641f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Schema/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public function addColumn($columnName, $typeName, array $options=array())
* @param string $oldColumnName
* @param string $newColumnName
*
* @return self
* @deprecated
*
* @throws DBALException
*/
Expand Down

0 comments on commit 532641f

Please sign in to comment.