Skip to content

Commit

Permalink
Fixed Code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Usik2203 committed Feb 4, 2020
1 parent c98e03f commit 8c672eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup/src/Magento/Setup/Controller/Navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public function __construct(
}

/**
* Index Action
*
* @return JsonModel
*/
public function indexAction()
Expand All @@ -80,6 +82,8 @@ public function indexAction()
}

/**
* Menu Action
*
* @return array|ViewModel
*/
public function menuAction()
Expand All @@ -92,7 +96,10 @@ public function menuAction()
}

/**
* SideMenu Action
*
* @return array|ViewModel
*
* @throws Exception
*/
public function sideMenuAction()
Expand All @@ -108,6 +115,8 @@ public function sideMenuAction()
}

/**
* HeaderBar Action
*
* @return array|ViewModel
*/
public function headerBarAction()
Expand Down

0 comments on commit 8c672eb

Please sign in to comment.