From db8a6104b93a810a88ce270767d10b4930b1c634 Mon Sep 17 00:00:00 2001 From: pana1990 Date: Fri, 6 Mar 2015 10:45:41 +0100 Subject: [PATCH] Deleted spaces [skip ci] --- tests/unit/framework/db/DatabaseTestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/framework/db/DatabaseTestCase.php b/tests/unit/framework/db/DatabaseTestCase.php index 1449f68978..f83667db25 100644 --- a/tests/unit/framework/db/DatabaseTestCase.php +++ b/tests/unit/framework/db/DatabaseTestCase.php @@ -35,8 +35,8 @@ abstract class DatabaseTestCase extends TestCase } /** - * @param boolean $reset whether to clean up the test database - * @param boolean $open whether to open and populate test database + * @param boolean $reset whether to clean up the test database + * @param boolean $open whether to open and populate test database * @return \yii\db\Connection */ public function getConnection($reset = true, $open = true)