diff options
Diffstat (limited to 'vendor/mlocati/ip-lib/src/Address/AssignedRange.php')
| -rw-r--r-- | vendor/mlocati/ip-lib/src/Address/AssignedRange.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/mlocati/ip-lib/src/Address/AssignedRange.php b/vendor/mlocati/ip-lib/src/Address/AssignedRange.php index 39dfec63d4..c5db08dda9 100644 --- a/vendor/mlocati/ip-lib/src/Address/AssignedRange.php +++ b/vendor/mlocati/ip-lib/src/Address/AssignedRange.php @@ -104,7 +104,7 @@ class AssignedRange * * @param \IPLib\Range\RangeInterface $range * - * @return int|null|false return NULL of the range is fully outside this range; false if it's partly crosses this range (or it contains mixed types); a \IPLib\Range\Type::T_ constant otherwise + * @return int|false|null return NULL of the range is fully outside this range; false if it's partly crosses this range (or it contains mixed types); a \IPLib\Range\Type::T_ constant otherwise */ public function getRangeType(RangeInterface $range) { |
