BaseTestCase: be precise on type hint

This commit is contained in:
Thomas Gelf 2017-05-24 15:16:11 +02:00
parent 2ad1c5a183
commit 51e8af2266
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ abstract class BaseTestCase extends PHPUnit_Framework_TestCase
}
/**
* @return DbConnection
* @return Db
* @throws ConfigurationError
*/
protected function getDb()