We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4860f31 commit a103b64Copy full SHA for a103b64
lib/internal/Magento/Framework/DB/Select.php
@@ -111,7 +111,7 @@ public function __construct(
111
* @param string $cond The WHERE condition.
112
* @param array|null|int|string|float|Expression|Select|\DateTimeInterface $value The value to quote.
113
* @param int|string|null $type OPTIONAL SQL datatype of the given value e.g. Zend_Db::FLOAT_TYPE or "INT"
114
- * @return Select
+ * @return \Magento\Framework\DB\Select
115
*/
116
public function where($cond, $value = null, $type = null)
117
{
0 commit comments