Completed
Branch master (ea2548)
by Michele
01:57
created
src/Address/IPv6.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Range/Subnet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Address/IPv4.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Range/Pattern.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.