rdbms: lower value of MAX_LAG_DEFAULT to 6
[lhc/web/wiklou.git] / includes / exception / LocalizedException.php
index d2cb5d1..c0182d5 100644 (file)
@@ -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;