Commit fadc5d81 authored by Marco Pivetta's avatar Marco Pivetta

`false` is not a valid type: replacing with `boolean`

parent d4ffe56d
......@@ -155,7 +155,7 @@ class TableDiff
}
/**
* @return \Doctrine\DBAL\Schema\Identifier|false
* @return \Doctrine\DBAL\Schema\Identifier|boolean
*/
public function getNewName()
{
......
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