Skip to content

Commit dfd664e

Browse files
#23427 Fix static
1 parent a8f5c0d commit dfd664e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/CatalogSearch/Ui/DataProvider/Product/AddFulltextFilterToCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(SearchCollection $searchCollection)
3030
}
3131

3232
/**
33-
* {@inheritdoc}
33+
* @inheritdoc
3434
*
3535
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
3636
*/

app/code/Magento/Ui/Component/Filters/Type/Search.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
namespace Magento\Ui\Component\Filters\Type;
77

88
/**
9+
* Class Search
10+
*
911
* @api
1012
* @since 100.0.2
1113
*/

0 commit comments

Comments
 (0)