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

View File

@ -79,9 +79,7 @@ class SearchController extends DocController
/** /**
* Get the path to Icinga Web 2's documentation * Get the path to Icinga Web 2's documentation
* *
* @return string * @return string
*
* @throws Zend_Controller_Action_Exception If Icinga Web 2's documentation is not available
*/ */
protected function getWebPath() protected function getWebPath()
{ {