Skip to content

Commit

Permalink
Fixed phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 23, 2014
1 parent ae12499 commit 27f7c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IPUtils.php
Expand Up @@ -137,7 +137,7 @@ public static function binaryToStringIP($ip)
/**
* Get low and high IP addresses for a specified IP range.
*
* @param array $ipRange An IP address range in string format, e.g. `'192.168.1.1/24'`.
* @param string $ipRange An IP address range in string format, e.g. `'192.168.1.1/24'`.
* @return array|null Array `array($lowIp, $highIp)` in binary format, or null on failure.
*/
public static function getIPRangeBounds($ipRange)
Expand Down

0 comments on commit 27f7c0b

Please sign in to comment.