doc: Fix PHPDoc of SearchController::getWebPath()
This commit is contained in:
parent
f0f24bee94
commit
ad389d1696
|
@ -79,9 +79,7 @@ class SearchController extends DocController
|
|||
/**
|
||||
* Get the path to Icinga Web 2's documentation
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @throws Zend_Controller_Action_Exception If Icinga Web 2's documentation is not available
|
||||
* @return string
|
||||
*/
|
||||
protected function getWebPath()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue