doc: Fix PHPDoc of IcingawebController::getPath()

This commit is contained in:
Eric Lippmann 2015-08-27 14:40:49 +02:00
parent 7ea559e6be
commit 31cb1ceb93
1 changed files with 1 additions and 1 deletions

View File

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