Skip to content

Commit

Permalink
Fix the namespace declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeSimonson committed May 12, 2015
1 parent 1bc20ed commit 481ebf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Migrations/Provider/SchemaProvider.php
Expand Up @@ -30,7 +30,7 @@ interface SchemaProvider
/**
* Create the schema to which the database should be migrated.
*
* @return Doctrine\DBAL\Schema\Schema
* @return \Doctrine\DBAL\Schema\Schema
*/
public function createSchema();
}

0 comments on commit 481ebf5

Please sign in to comment.