X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fexception%2FLocalizedException.php;h=c0182d5991c87c6845a9b57c2c1860cc8cfa583e;hb=b702f5a659caad091148a817563715b9f4760b96;hp=d2cb5d17ec0292ce6d877f73dc240b95ee3ebe9a;hpb=12601ff7d2796752404bfb331fccc41083d31f9f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/exception/LocalizedException.php b/includes/exception/LocalizedException.php index d2cb5d17ec..c0182d5991 100644 --- a/includes/exception/LocalizedException.php +++ b/includes/exception/LocalizedException.php @@ -45,8 +45,9 @@ class LocalizedException extends Exception implements ILocalizedException { /** * @param string|array|MessageSpecifier $messageSpec See Message::newFromSpecifier - * @param int $code Exception code - * @param Exception|Throwable $previous The previous exception used for the exception chaining. + * @param int $code + * @param Exception|Throwable|null $previous The previous exception used for the exception + * chaining. */ public function __construct( $messageSpec, $code = 0, $previous = null ) { $this->messageSpec = $messageSpec;