Skip to content

Commit a103b64

Browse files
revert to full type return
1 parent 4860f31 commit a103b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/DB/Select.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function __construct(
111111
* @param string $cond The WHERE condition.
112112
* @param array|null|int|string|float|Expression|Select|\DateTimeInterface $value The value to quote.
113113
* @param int|string|null $type OPTIONAL SQL datatype of the given value e.g. Zend_Db::FLOAT_TYPE or "INT"
114-
* @return Select
114+
* @return \Magento\Framework\DB\Select
115115
*/
116116
public function where($cond, $value = null, $type = null)
117117
{

0 commit comments

Comments
 (0)