Skip to content

Commit 222b3f3

Browse files
committed
Merge remote-tracking branch 'origin/MC-34425' into 2.4.0-develop-pr56
2 parents 4d24466 + 5270191 commit 222b3f3

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Catalog/Controller/Category

1 file changed

+1
-2
lines changed

app/code/Magento/Catalog/Controller/Category/View.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,9 @@ protected function _initCategory()
205205
/**
206206
* Category view action
207207
*
208-
* @return ResultInterface
209208
* @throws NoSuchEntityException
210209
*/
211-
public function execute(): ?ResultInterface
210+
public function execute()
212211
{
213212
$result = null;
214213

0 commit comments

Comments
 (0)