NavigationConfigForm: Fix documentation of method delete()

refs #5600
This commit is contained in:
Johannes Meyer 2015-09-21 09:00:22 +02:00
parent 5a494b3088
commit af3f80f873
1 changed files with 1 additions and 0 deletions

View File

@ -403,6 +403,7 @@ class NavigationConfigForm extends ConfigForm
*
* @return $this
*
* @throws NotFoundError In case no navigation item with the given name is found
* @throws IcingaException In case the navigation item has still children
*/
public function delete($name)