doc: Fix PHPDoc of IcingawebController::getPath()
This commit is contained in:
parent
7ea559e6be
commit
31cb1ceb93
|
@ -13,7 +13,7 @@ class IcingawebController extends DocController
|
|||
*
|
||||
* @return string
|
||||
*
|
||||
* @throws Zend_Controller_Action_Exception If Icinga Web 2's documentation is not available
|
||||
* @throws \Icinga\Exception\Http\HttpNotFoundException If Icinga Web 2's documentation is not available
|
||||
*/
|
||||
protected function getPath()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue