Skip to content

Commit bd15eb3

Browse files
author
Saurabh Parekh
committed
bool primitive type in return type
1 parent 57b9cd2 commit bd15eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Widget/CategoriesJson.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct(Context $context, Registry $coreRegistry)
3333
/**
3434
* Initialize category object in registry
3535
*
36-
* @return Category|Boolean
36+
* @return Category|bool
3737
*/
3838
protected function _initCategory()
3939
{

0 commit comments

Comments
 (0)