Skip to content

Commit

Permalink
Merge pull request #9514 from xurizaemon/docfix-20161208a
Browse files Browse the repository at this point in the history
Correct code docs for CRM_Core_Menu::get()
  • Loading branch information
monishdeb authored Dec 8, 2016
2 parents 791c343 + 2bc6585 commit 70fcfa2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CRM/Core/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -624,9 +624,11 @@ public static function fillComponentIds(&$menu, $path) {
}

/**
* @param $path
* @param $path string
* Path of menu item to retrieve.
*
* @return null
* @return array
* Menu entry array.
*/
public static function get($path) {
// return null if menu rebuild
Expand Down

0 comments on commit 70fcfa2

Please sign in to comment.