X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FTitle.php;h=9aad401ec8006281b7fb8a51d41b5318c6278a11;hb=a4df91da77002c0ae6404aa1529b55321b60244b;hp=b23bd5a36457e036d643759acdf8e598b51a3543;hpb=6bd1e23f4a281b05e6c171653a715c394aac36d6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Title.php b/includes/Title.php index b23bd5a364..9aad401ec8 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1769,7 +1769,7 @@ class Title implements LinkTarget { * @see wfExpandUrl * @param string|string[] $query * @param string|string[]|bool $query2 - * @param string $proto Protocol type to use in URL + * @param string|int|null $proto Protocol type to use in URL * @return string The URL */ public function getFullURL( $query = '', $query2 = false, $proto = PROTO_RELATIVE ) { @@ -4644,7 +4644,7 @@ class Title implements LinkTarget { /** * Get the last touched timestamp * - * @param IDatabase $db Optional db + * @param IDatabase|null $db * @return string|false Last-touched timestamp */ public function getTouched( $db = null ) {