Commit 52e6fd7f authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #59 from rdohms/patch-1

Fixed reference to non-existing class in docblock
parents 82cc9214 6b081205
...@@ -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