Skip to content

Commit

Permalink
revert to full type return
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Charlie committed Sep 22, 2020
1 parent 4860f31 commit a103b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/DB/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit a103b64

Please sign in to comment.