From 4d795494fc1c5ab7da89c7f0c83e9ab454b827a9 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 7 Apr 2015 10:48:37 +0200 Subject: [PATCH] Fix MissingParameterException's PHPDoc refs #8886 --- library/Icinga/Exception/MissingParameterException.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/Icinga/Exception/MissingParameterException.php b/library/Icinga/Exception/MissingParameterException.php index 2673cc2d6..6ccd28dc3 100644 --- a/library/Icinga/Exception/MissingParameterException.php +++ b/library/Icinga/Exception/MissingParameterException.php @@ -4,8 +4,7 @@ namespace Icinga\Exception; /** - * Class MissingParameterException - * @package Icinga\Exception + * Exception thrown if a mandatory parameter was not given */ class MissingParameterException extends IcingaException {