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 4c5a130 commit 4e80ef9Copy full SHA for 4e80ef9
app/code/Magento/Review/Ui/DataProvider/Product/ReviewDataProvider.php
@@ -89,6 +89,7 @@ public function getData()
89
/**
90
* @inheritdoc
91
* @since 100.1.0
92
+ * @return mixed|$this
93
*/
94
public function addFilter(\Magento\Framework\Api\Filter $filter)
95
{
@@ -107,5 +108,6 @@ public function addFilter(\Magento\Framework\Api\Filter $filter)
107
108
}
109
110
parent::addFilter($filter);
111
+ return $this;
112
113
0 commit comments