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