Skip to content

Commit 4e0214f

Browse files
committed
Fix static test failure
1 parent 7aa3abf commit 4e0214f

File tree

1 file changed

+6
-0
lines changed
  • app/code/Magento/Catalog/Controller/Category

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ public function execute()
234234
}
235235

236236
/**
237+
* Category handle page redirect
238+
*
237239
* @param Category $category
238240
* @return Redirect|null
239241
*/
@@ -249,6 +251,8 @@ private function handlePageRedirect(Category $category): ?Redirect
249251
}
250252

251253
/**
254+
* Category prepare page
255+
*
252256
* @param Category $category
253257
* @return Page
254258
*/
@@ -279,6 +283,8 @@ private function preparePage(Category $category): Page
279283
}
280284

281285
/**
286+
* Category add page layout handle
287+
*
282288
* @param Page $page
283289
* @param Category $category
284290
* @return void

0 commit comments

Comments
 (0)