@@ -34,12 +34,12 @@ |
||
34 | 34 | } |
35 | 35 | |
36 | 36 | /** |
37 | - * Increment clicks for an ad |
|
38 | - * |
|
39 | - * @param int $ad_id Advertisement ID |
|
40 | - * @throws \phpbb\exception\http_exception |
|
41 | - * @return \Symfony\Component\HttpFoundation\JsonResponse A Symfony JsonResponse object |
|
42 | - */ |
|
37 | + * Increment clicks for an ad |
|
38 | + * |
|
39 | + * @param int $ad_id Advertisement ID |
|
40 | + * @throws \phpbb\exception\http_exception |
|
41 | + * @return \Symfony\Component\HttpFoundation\JsonResponse A Symfony JsonResponse object |
|
42 | + */ |
|
43 | 43 | public function increment_clicks($ad_id) |
44 | 44 | { |
45 | 45 | if ($this->request->is_ajax() && !empty($ad_id)) |