Skip to content

Commit 8c672eb

Browse files
committed
Fixed Code style issues
1 parent c98e03f commit 8c672eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup/src/Magento/Setup/Controller/Navigation.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ public function __construct(
6868
}
6969

7070
/**
71+
* Index Action
72+
*
7173
* @return JsonModel
7274
*/
7375
public function indexAction()
@@ -80,6 +82,8 @@ public function indexAction()
8082
}
8183

8284
/**
85+
* Menu Action
86+
*
8387
* @return array|ViewModel
8488
*/
8589
public function menuAction()
@@ -92,7 +96,10 @@ public function menuAction()
9296
}
9397

9498
/**
99+
* SideMenu Action
100+
*
95101
* @return array|ViewModel
102+
*
96103
* @throws Exception
97104
*/
98105
public function sideMenuAction()
@@ -108,6 +115,8 @@ public function sideMenuAction()
108115
}
109116

110117
/**
118+
* HeaderBar Action
119+
*
111120
* @return array|ViewModel
112121
*/
113122
public function headerBarAction()

0 commit comments

Comments
 (0)