X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Flibs%2FIP.php;h=f95bb1ebded8a0b9df6c3e979b4b303dc416d754;hb=7babd362babcbf7f20adb8e12edb4f4bc1d4249f;hp=3bfb531f5ec1aa484fa6527586eec5fd47d46e6b;hpb=34487054ed508a1924832625d9c71dd3960825fc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/IP.php b/includes/libs/IP.php index 3bfb531f5e..f95bb1ebde 100644 --- a/includes/libs/IP.php +++ b/includes/libs/IP.php @@ -21,7 +21,7 @@ * @author Antoine Musso "" */ -use IPSet\IPSet; +use Wikimedia\IPSet; // Some regex definition to "play" with IP address and IP address ranges @@ -510,7 +510,7 @@ class IP { * 2001:0db8:85a3::7344 - 2001:0db8:85a3::7344 Explicit range * 2001:0db8:85a3::7344 Single IP * @param string $range IP range - * @return array(string, string) + * @return array [ string, string ] */ public static function parseRange( $range ) { // CIDR notation