Skip to content

Commit 079de19

Browse files
navarrronak2ram
authored andcommitted
Add @api annotation to Filter Group
1 parent ada5457 commit 079de19

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lib/internal/Magento/Framework/Api/Search/FilterGroup.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
/**
1212
* Groups two or more filters together using a logical OR
13+
*
14+
* @api
15+
* @since 100.0.2
1316
*/
1417
class FilterGroup extends AbstractSimpleObject
1518
{

lib/internal/Magento/Framework/Api/Search/FilterGroupBuilder.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
/**
1414
* Builder for FilterGroup Data.
15+
*
16+
* @api
17+
* @since 100.0.2
1518
*/
1619
class FilterGroupBuilder extends AbstractSimpleObjectBuilder
1720
{

0 commit comments

Comments
 (0)