File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/Backend/Block/Store Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ public function getCurrentSelectionName()
462
462
/**
463
463
* Get current website name
464
464
*
465
- * @return string | null
465
+ * @return string
466
466
*/
467
467
public function getCurrentWebsiteName ()
468
468
{
@@ -474,13 +474,13 @@ public function getCurrentWebsiteName()
474
474
}
475
475
}
476
476
477
- return null ;
477
+ return '' ;
478
478
}
479
479
480
480
/**
481
481
* Get current store group name
482
482
*
483
- * @return string | null
483
+ * @return string
484
484
*/
485
485
public function getCurrentStoreGroupName ()
486
486
{
@@ -492,13 +492,13 @@ public function getCurrentStoreGroupName()
492
492
}
493
493
}
494
494
495
- return null ;
495
+ return '' ;
496
496
}
497
497
498
498
/**
499
499
* Get current store view name
500
500
*
501
- * @return string | null
501
+ * @return string
502
502
*/
503
503
public function getCurrentStoreName ()
504
504
{
@@ -510,7 +510,7 @@ public function getCurrentStoreName()
510
510
}
511
511
}
512
512
513
- return null ;
513
+ return '' ;
514
514
}
515
515
516
516
/**
You can’t perform that action at this time.
0 commit comments