@@ -67,7 +67,7 @@ |
||
67 | 67 | /** |
68 | 68 | * Parse a string and returns an IPv6 instance if the string is valid, or null otherwise. |
69 | 69 | * |
70 | - * @param string|mixed $address |
|
70 | + * @param string $address |
|
71 | 71 | * |
72 | 72 | * @return static|null |
73 | 73 | */ |
@@ -51,7 +51,7 @@ |
||
51 | 51 | /** |
52 | 52 | * Try get the range instance starting from its string representation. |
53 | 53 | * |
54 | - * @param string|mixed $range |
|
54 | + * @param string $range |
|
55 | 55 | * |
56 | 56 | * @return static|null |
57 | 57 | */ |
@@ -67,7 +67,7 @@ |
||
67 | 67 | /** |
68 | 68 | * Parse a string and returns an IPv6 instance if the string is valid, or null otherwise. |
69 | 69 | * |
70 | - * @param string|mixed $address |
|
70 | + * @param string $address |
|
71 | 71 | * |
72 | 72 | * @return static|null |
73 | 73 | */ |
@@ -51,7 +51,7 @@ |
||
51 | 51 | /** |
52 | 52 | * Try get the range instance starting from its string representation. |
53 | 53 | * |
54 | - * @param string|mixed $range |
|
54 | + * @param string $range |
|
55 | 55 | * |
56 | 56 | * @return static|null |
57 | 57 | */ |