Commit 6b081205 authored by Rafael Dohms's avatar Rafael Dohms

Fixed reference to non-existing class in docblock

parent 82cc9214
...@@ -984,7 +984,7 @@ class Connection implements DriverConnection ...@@ -984,7 +984,7 @@ class Connection implements DriverConnection
* Gets the SchemaManager that can be used to inspect or change the * Gets the SchemaManager that can be used to inspect or change the
* database schema through the connection. * database schema through the connection.
* *
* @return Doctrine\DBAL\Schema\SchemaManager * @return Doctrine\DBAL\Schema\AbstractSchemaManager
*/ */
public function getSchemaManager() public function getSchemaManager()
{ {
......
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