@@ -27,9 +27,9 @@ |
||
27 | 27 | public function invalidIpv4AddressProvider() |
28 | 28 | { |
29 | 29 | return [ |
30 | - [null], |
|
31 | - [$this->faker()->numberBetween()], |
|
32 | - [$this->faker()->ipv6] |
|
30 | + [ null ], |
|
31 | + [ $this->faker()->numberBetween() ], |
|
32 | + [ $this->faker()->ipv6 ] |
|
33 | 33 | ]; |
34 | 34 | } |
35 | 35 |