Commit 1b94c383 authored by burki's avatar burki Committed by Steve Müller

Update UPGRADE.md

Fix minor typo
parent 71140662
...@@ -13,7 +13,7 @@ instances as mapped by Doctrine. ...@@ -13,7 +13,7 @@ instances as mapped by Doctrine.
## BC BREAK: Doctrine\DBAL\Schema\Table ## BC BREAK: Doctrine\DBAL\Schema\Table
The methods ``addIndex()`` and ``addUniqueIndex()`` in ``Doctrine\DBAL\Schema\Table`` The methods ``addIndex()`` and ``addUniqueIndex()`` in ``Doctrine\DBAL\Schema\Table``
hav an additional, optional parameter. If you override these methods, you should have an additional, optional parameter. If you override these methods, you should
add this new parameter to the declaration of your overridden methods. add this new parameter to the declaration of your overridden methods.
## BC BREAK: Doctrine\DBAL\Connection ## BC BREAK: Doctrine\DBAL\Connection
......
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