Passed
Push — master ( 3d0d87...075b69 )
by Antonio Carlos
09:13
created
src/Support/IpAddress.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.