From e3dcb9e87f20bc4c658cce702dfbb69f1d060a5a Mon Sep 17 00:00:00 2001 From: SilverFire - Dmitry Naumenko Date: Sun, 18 Feb 2018 23:26:45 +0200 Subject: [PATCH] Updated PHPDocs [skip ci] --- framework/db/PdoValueBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/db/PdoValueBuilder.php b/framework/db/PdoValueBuilder.php index 1b29fcfed8..c085021eed 100644 --- a/framework/db/PdoValueBuilder.php +++ b/framework/db/PdoValueBuilder.php @@ -3,7 +3,7 @@ namespace yii\db; /** - * Class PdoValue builder builds object of the [[PdoValue]] expression class. + * Class PdoValueBuilder builds object of the [[PdoValue]] expression class. * * @author Dmytro Naumenko * @since 2.0.14