From a103b640a91c8c232d0950ae7486908f13ecd361 Mon Sep 17 00:00:00 2001 From: "vadim.malesh" Date: Tue, 22 Sep 2020 12:36:07 +0300 Subject: [PATCH] revert to full type return --- lib/internal/Magento/Framework/DB/Select.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/Magento/Framework/DB/Select.php b/lib/internal/Magento/Framework/DB/Select.php index c743d8c1821ad..8869c874cd5cb 100644 --- a/lib/internal/Magento/Framework/DB/Select.php +++ b/lib/internal/Magento/Framework/DB/Select.php @@ -111,7 +111,7 @@ public function __construct( * @param string $cond The WHERE condition. * @param array|null|int|string|float|Expression|Select|\DateTimeInterface $value The value to quote. * @param int|string|null $type OPTIONAL SQL datatype of the given value e.g. Zend_Db::FLOAT_TYPE or "INT" - * @return Select + * @return \Magento\Framework\DB\Select */ public function where($cond, $value = null, $type = null) {