@@ -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 |
|
60 | + * @param string $address |
|
61 | 61 | * |
62 | 62 | * @return static|null |
63 | 63 | */ |
@@ -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 | */ |
@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * Try get the range instance starting from its string representation. |
54 | 54 | * |
55 | - * @param string|mixed $range |
|
55 | + * @param string $range |
|
56 | 56 | * |
57 | 57 | * @return static|null |
58 | 58 | */ |
@@ -31,8 +31,8 @@ |
||
31 | 31 | /** |
32 | 32 | * Try get the range instance starting from its string representation. |
33 | 33 | * |
34 | - * @param string|mixed $address |
|
35 | 34 | * |
35 | + * @param string $range |
|
36 | 36 | * @return static|null |
37 | 37 | */ |
38 | 38 | public static function fromString($range) |
@@ -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 | */ |