@@ -37,12 +37,12 @@ |
||
37 | 37 | protected $user; |
38 | 38 | |
39 | 39 | /** |
40 | - * Constructor |
|
41 | - * |
|
42 | - * @param \phpbb\controller\helper $helper Controller helper object |
|
43 | - * @param \phpbb\template $template Template object |
|
44 | - * @param \phpbb\user $user User object |
|
45 | - */ |
|
40 | + * Constructor |
|
41 | + * |
|
42 | + * @param \phpbb\controller\helper $helper Controller helper object |
|
43 | + * @param \phpbb\template $template Template object |
|
44 | + * @param \phpbb\user $user User object |
|
45 | + */ |
|
46 | 46 | public function __construct(\phpbb\controller\helper $helper, \phpbb\template\template $template, \phpbb\user $user) |
47 | 47 | { |
48 | 48 | $this->helper = $helper; |
@@ -27,13 +27,13 @@ discard block |
||
27 | 27 | /* @var \phpbb\user */ |
28 | 28 | protected $user; |
29 | 29 | /** |
30 | - * Constructor |
|
31 | - * |
|
32 | - * @param \phpbb\config\config $config |
|
33 | - * @param \phpbb\controller\helper $helper |
|
34 | - * @param \phpbb\template\template $template |
|
35 | - * @param \phpbb\user $user |
|
36 | - */ |
|
30 | + * Constructor |
|
31 | + * |
|
32 | + * @param \phpbb\config\config $config |
|
33 | + * @param \phpbb\controller\helper $helper |
|
34 | + * @param \phpbb\template\template $template |
|
35 | + * @param \phpbb\user $user |
|
36 | + */ |
|
37 | 37 | public function __construct(\phpbb\config\config $config, \phpbb\db\driver\driver_interface $db, \phpbb\controller\helper $helper, \phpbb\request\request $request, \phpbb\template\template $template, \phpbb\user $user, $table_amount, $table_config, $table_donations, $table_items) |
38 | 38 | { |
39 | 39 | $this->config = $config; |
@@ -48,10 +48,10 @@ discard block |
||
48 | 48 | $this->table_items = $table_items; |
49 | 49 | } |
50 | 50 | /** |
51 | - * Controller for route /paypal |
|
52 | - * |
|
53 | - * @return \Symfony\Component\HttpFoundation\Response A Symfony Response object |
|
54 | - */ |
|
51 | + * Controller for route /paypal |
|
52 | + * |
|
53 | + * @return \Symfony\Component\HttpFoundation\Response A Symfony Response object |
|
54 | + */ |
|
55 | 55 | public function page() |
56 | 56 | { |
57 | 57 | $this->user->add_lang_ext('tas2580/paypal', 'common'); |