Skip to content

Commit 2647a89

Browse files
committed
add proper @deprecated and @see
1 parent 6178035 commit 2647a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ public function getSearchableAttributes($backendType = null)
317317
$attributes = $productAttributes->getItems();
318318

319319
/**
320-
* Event argument `catelogsearch_searchable_attributes_load_after` is @deprecated. Use
321-
* `catalogsearch_searchable_attributes_load_after` instead.
320+
* @deprecated Event argument catelogsearch_searchable_attributes_load_after.
321+
* @see catalogsearch_searchable_attributes_load_after instead.
322322
*/
323323
$this->eventManager->dispatch(
324324
'catelogsearch_searchable_attributes_load_after',

0 commit comments

Comments
 (0)