@@ -57,7 +57,7 @@ |
||
57 | 57 | /** |
58 | 58 | * Parse a string and returns an IPv4 instance if the string is valid, or null otherwise. |
59 | 59 | * |
60 | - * @param string|mixed $address the address to parse |
|
60 | + * @param string $address the address to parse |
|
61 | 61 | * @param bool $mayIncludePort set to false to avoid parsing addresses with ports |
62 | 62 | * |
63 | 63 | * @return static|null |
@@ -102,7 +102,6 @@ |
||
102 | 102 | /** |
103 | 103 | * Get the assigned type for a specific address range. |
104 | 104 | * |
105 | - * @param RangeInterface $address |
|
106 | 105 | * |
107 | 106 | * @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 |
108 | 107 | */ |