Skip to content

Commit 4e80ef9

Browse files
authored
Update ReviewDataProvider.php
1 parent 4c5a130 commit 4e80ef9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Review/Ui/DataProvider/Product/ReviewDataProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function getData()
8989
/**
9090
* @inheritdoc
9191
* @since 100.1.0
92+
* @return mixed|$this
9293
*/
9394
public function addFilter(\Magento\Framework\Api\Filter $filter)
9495
{
@@ -107,5 +108,6 @@ public function addFilter(\Magento\Framework\Api\Filter $filter)
107108
}
108109

109110
parent::addFilter($filter);
111+
return $this;
110112
}
111113
}

0 commit comments

Comments
 (0)