We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f26b0 commit a3d4ad6Copy full SHA for a3d4ad6
app/code/Magento/Wishlist/Model/ResourceModel/Item/Collection/Grid.php
@@ -129,11 +129,11 @@ public function setOrder($field, $direction = self::SORT_ORDER_DESC)
129
/**
130
* Add quantity to filter
131
*
132
- * @param $field
133
- * @param $condition
+ * @param string $field
+ * @param array $condition
134
* @return \Magento\Wishlist\Model\ResourceModel\Item\Collection
135
*/
136
- private function addQtyFilter($field, $condition)
+ private function addQtyFilter(string $field, array $condition)
137
{
138
return parent::addFieldToFilter('main_table.' . $field, $condition);
139
}
0 commit comments