Skip to content

Commit c1cbd00

Browse files
committed
Add docblocks for no results handle constants
1 parent ca8b15b commit c1cbd00

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/code/Magento/CatalogSearch/Controller/Advanced/Result.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
*/
1818
class Result extends \Magento\Framework\App\Action\Action implements HttpGetActionInterface, HttpPostActionInterface
1919
{
20+
/**
21+
* No results default handle.
22+
*/
2023
const DEFAULT_NO_RESULT_HANDLE = 'catalogsearch_advanced_result_noresults';
2124

2225
/**

app/code/Magento/CatalogSearch/Controller/Result/Index.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
*/
2121
class Index extends \Magento\Framework\App\Action\Action implements HttpGetActionInterface, HttpPostActionInterface
2222
{
23+
/**
24+
* No results default handle.
25+
*/
2326
const DEFAULT_NO_RESULT_HANDLE = 'catalogsearch_result_index_noresults';
2427

2528
/**

0 commit comments

Comments
 (0)