@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | |
16 | 16 | /** |
17 | 17 | * Allow the access, if the ip address is in the whitelist. |
18 | - * @param $ip |
|
18 | + * @param string $ip |
|
19 | 19 | * @return bool |
20 | 20 | */ |
21 | 21 | public function allowIP($ip) |
@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | |
31 | 31 | /** |
32 | 32 | * Generates the '403' error code. |
33 | - * @param $message |
|
33 | + * @param string $message |
|
34 | 34 | * @return mixed |
35 | 35 | */ |
36 | 36 | public function responseError($message) |
@@ -49,8 +49,8 @@ discard block |
||
49 | 49 | |
50 | 50 | /** |
51 | 51 | * Fills in the event details to pass the title and request params as array. |
52 | - * @param $event_type |
|
53 | - * @param $event_title |
|
52 | + * @param string $event_type |
|
53 | + * @param string $event_title |
|
54 | 54 | * @param Request $request |
55 | 55 | */ |
56 | 56 | public function eventFillAndSend($event_type, $event_title, Request $request) |
@@ -316,7 +316,7 @@ discard block |
||
316 | 316 | /** |
317 | 317 | * Calls PaidOrderFilter if the order is not paid. |
318 | 318 | * @param Request $request |
319 | - * @param $order |
|
319 | + * @param boolean $order |
|
320 | 320 | * @return mixed |
321 | 321 | * @throws InvalidConfiguration |
322 | 322 | */ |