@@ -60,7 +60,7 @@ |
||
| 60 | 60 | /** |
| 61 | 61 | * Check if an ip v4 is valid. |
| 62 | 62 | * |
| 63 | - * @param $item |
|
| 63 | + * @param string $item |
|
| 64 | 64 | * |
| 65 | 65 | * @return bool |
| 66 | 66 | */ |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace PragmaRX\Firewall\Support; |
| 4 | 4 | |
| 5 | -use Exception; |
|
| 6 | 5 | use PragmaRX\Support\IpAddress as SupportIpAddress; |
| 7 | 6 | |
| 8 | 7 | class IpAddress |