From 51e8af22664f1367cc894b21eb45b48e9a627d33 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 24 May 2017 15:16:11 +0200 Subject: [PATCH] BaseTestCase: be precise on type hint --- library/Director/Test/BaseTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Director/Test/BaseTestCase.php b/library/Director/Test/BaseTestCase.php index 3b32193d..07b82ea3 100644 --- a/library/Director/Test/BaseTestCase.php +++ b/library/Director/Test/BaseTestCase.php @@ -49,7 +49,7 @@ abstract class BaseTestCase extends PHPUnit_Framework_TestCase } /** - * @return DbConnection + * @return Db * @throws ConfigurationError */ protected function getDb()