Skip to content

Commit 519162d

Browse files
committed
Remove 'since' annotation
1 parent ab4471f commit 519162d

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* Groups two or more filters together using a logical OR
1313
*
1414
* @api
15-
* @since 100.0.2
1615
*/
1716
class FilterGroup extends AbstractSimpleObject
1817
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* Builder for FilterGroup Data.
1515
*
1616
* @api
17-
* @since 100.0.2
1817
*/
1918
class FilterGroupBuilder extends AbstractSimpleObjectBuilder
2019
{

lib/internal/Magento/Framework/Api/SortOrder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* Data object for sort order.
1414
*
1515
* @api
16-
* @since 100.0.2
1716
*/
1817
class SortOrder extends AbstractSimpleObject
1918
{

lib/internal/Magento/Framework/Api/SortOrderBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* @method SortOrder create()
1212
*
1313
* @api
14-
* @since 100.0.2
1514
*/
1615
class SortOrderBuilder extends AbstractSimpleObjectBuilder
1716
{

0 commit comments

Comments
 (0)