doc: Fix PHPDoc of SearchController::getWebPath()

This commit is contained in:
Eric Lippmann 2015-08-27 14:24:25 +02:00
parent f0f24bee94
commit ad389d1696
1 changed files with 1 additions and 3 deletions

View File

@ -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()
{