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