@@ -21,7 +21,6 @@ |
||
21 | 21 | * @param array $args as a variadic to catch all arguments. |
22 | 22 | * |
23 | 23 | * @throws Anax\Route\Exception\NotFoundException when route is not found. |
24 | - |
|
25 | 24 | * @return object as the response. |
26 | 25 | * |
27 | 26 | * @SuppressWarnings(PHPMD.UnusedFormalParameter) |
@@ -22,7 +22,6 @@ |
||
22 | 22 | * @param string $message with details. |
23 | 23 | * |
24 | 24 | * @throws Anax\Route\Exception\NotFoundException |
25 | - |
|
26 | 25 | * @return object as the response. |
27 | 26 | */ |
28 | 27 | public function catchAll(...$args) : object |
@@ -59,7 +59,7 @@ |
||
59 | 59 | $check = new IPChecker(); |
60 | 60 | |
61 | 61 | if ($doVerify) { |
62 | - $result = $check->checkIpv($address); |
|
62 | + $result = $check->checkIpv($address); |
|
63 | 63 | |
64 | 64 | $session->set("res", $result); |
65 | 65 | $session->set("ip", $address); |