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 a554e47 commit a678d4bCopy full SHA for a678d4b
app/code/Magento/PageBuilder/Ui/Component/Template/DataProvider.php
@@ -65,10 +65,7 @@ public function __construct(
65
}
66
67
/**
68
- * Add a filter into the data provider
69
- *
70
- * @param Filter $filter
71
- * @return mixed|void
+ * @inheritDoc
72
*/
73
public function addFilter(Filter $filter)
74
{
@@ -77,5 +74,7 @@ public function addFilter(Filter $filter)
77
} else {
78
75
parent::addFilter($filter);
79
76
+
+ return $this;
80
81
0 commit comments