Skip to content
Snippets Groups Projects
Commit a280ec19 authored by Sebastian Paul's avatar Sebastian Paul
Browse files

pareview fixes pt. 3

parent c4c3330c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
/**
* Call hooks to build the links.
* @return $linkarray
* @return array
* array with links from called hooks
*/
function unity_api_generate_links_array() {
......
......@@ -6,7 +6,7 @@
/**
* Walk through menu_tree and find the links.
* @return $linkarray
* @return array
* array with links
*/
function unity_hud_menu_walk($object) {
......@@ -26,7 +26,7 @@ function unity_hud_menu_walk($object) {
/**
* Implements hook_unityapi_addlinks().
* @return $linkarray
* @return array
* array with links
*/
function unity_hud_menu_unityapi_addlinks() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment