Passed
Push — master ( dd81ec...ab6542 )
by Andrew
09:47 queued 02:31
created
src/Validator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      * Checks if an IPv4 or IPv6 address is contained in the list of given IPs or subnets.
24 24
      *
25 25
      * @param string       $requestIP IP to check
26
-     * @param string|array $ips       List of IPs or subnets (can be a string if only a single one)
26
+     * @param string $ips       List of IPs or subnets (can be a string if only a single one)
27 27
      *
28 28
      * @return bool Whether the IP is valid
29 29
      */
Please login to merge, or discard this patch.