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