Completed
Push — master ( aed804...2d7f5f )
by Michele
02:34
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 the address to parse
60
+     * @param string $address the address to parse
61 61
      * @param bool $mayIncludePort set to false to avoid parsing addresses with ports
62 62
      *
63 63
      * @return static|null
Please login to merge, or discard this patch.
src/Address/AssignedRange.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,6 @@
 block discarded – undo
102 102
     /**
103 103
      * Get the assigned type for a specific address range.
104 104
      *
105
-     * @param RangeInterface $address
106 105
      *
107 106
      * @return int|null|false return NULL of the range is fully outside this range; false if it's partly crosses this range (or it contains mixed types); a \IPLib\Range\Type::T_ constant otherwise
108 107
      */
Please login to merge, or discard this patch.