Skip to content
Snippets Groups Projects
Commit bea56595 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-4653: coding standards

parent d1e1e7a3
No related branches found
No related tags found
1 merge request!61ISTWCMS-4653: checking for unpublished nodes when getting the menu
......@@ -101,10 +101,10 @@ interface UWServiceInterface {
/**
* Function to check that all menu links are published.
*
* @param $menu
* @param array $menu
* The array of menus.
*/
public function uwCheckPublishedMenuItems(&$menu): void;
public function uwCheckPublishedMenuItems(array &$menu): void;
/**
* A function to setup the menu for UW display.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment