X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=blobdiff_plain;f=includes%2FBlock.php;h=5066038ba02ff6ae1903561541959fbcda2efa56;hb=c2dcf52c3cf62c3efff2876e0bfec5ce9974bfa0;hp=843ea5448431c0dbd974c034256dc5c4cee66503;hpb=89539f2aa1b158fdcc703ad053e2580cb97a6385;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Block.php b/includes/Block.php index 843ea54484..5066038ba0 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -1513,7 +1513,7 @@ class Block { * * @param string $cookieValue The string in which to find the ID. * - * @return integer|null The block ID, or null if the HMAC is present and invalid. + * @return int|null The block ID, or null if the HMAC is present and invalid. */ public static function getIdFromCookieValue( $cookieValue ) { // Extract the ID prefix from the cookie value (may be the whole value, if no bang found).