@@ -58,8 +58,7 @@ |
||
58 | 58 | language $language, |
59 | 59 | user $user, |
60 | 60 | $table_name |
61 | - ) |
|
62 | - { |
|
61 | + ) { |
|
63 | 62 | $this->config = $config; |
64 | 63 | $this->donation_pages_table = $table_name; |
65 | 64 | $this->user = $user; |
@@ -70,8 +70,7 @@ |
||
70 | 70 | user $user, |
71 | 71 | string $phpbb_root_path, |
72 | 72 | string $php_ext |
73 | - ) |
|
74 | - { |
|
73 | + ) { |
|
75 | 74 | $this->container = $container; |
76 | 75 | $this->language = $language; |
77 | 76 | $this->log = $log; |
@@ -52,8 +52,7 @@ |
||
52 | 52 | main_display_stats $ppde_controller_display_stats, |
53 | 53 | template $template, |
54 | 54 | string $php_ext |
55 | - ) |
|
56 | - { |
|
55 | + ) { |
|
57 | 56 | $this->config = $config; |
58 | 57 | $this->controller_helper = $controller_helper; |
59 | 58 | $this->language = $language; |
@@ -34,8 +34,7 @@ |
||
34 | 34 | \phpbb\config\config $config, |
35 | 35 | $phpbb_root_path, |
36 | 36 | $php_ext |
37 | - ) |
|
38 | - { |
|
37 | + ) { |
|
39 | 38 | $this->auth = $auth; |
40 | 39 | $this->config = $config; |
41 | 40 | $this->phpbb_root_path = $phpbb_root_path; |
@@ -76,7 +76,7 @@ |
||
76 | 76 | |
77 | 77 | $lang = array_merge($lang, [ |
78 | 78 | 'PPDE_DONORS' => [ |
79 | - 1 => '%d donateur', // 1 |
|
79 | + 1 => '%d donateur', // 1 |
|
80 | 80 | 2 => '%d donateurs', // 2+ |
81 | 81 | ], |
82 | 82 | ]); |
@@ -76,7 +76,7 @@ |
||
76 | 76 | |
77 | 77 | $lang = array_merge($lang, [ |
78 | 78 | 'PPDE_DONORS' => [ |
79 | - 1 => '%d donor', // 1 |
|
79 | + 1 => '%d donor', // 1 |
|
80 | 80 | 2 => '%d donors', // 2+ |
81 | 81 | ], |
82 | 82 | ]); |
@@ -66,8 +66,7 @@ |
||
66 | 66 | user_loader $user_loader, |
67 | 67 | string $root_path, |
68 | 68 | string $php_ext |
69 | - ) |
|
70 | - { |
|
69 | + ) { |
|
71 | 70 | $this->config = $config; |
72 | 71 | $this->container = $container; |
73 | 72 | $this->helper = $helper; |
@@ -35,8 +35,7 @@ |
||
35 | 35 | locale_icu $locale, |
36 | 36 | currency_operator $operator, |
37 | 37 | template $template |
38 | - ) |
|
39 | - { |
|
38 | + ) { |
|
40 | 39 | $this->entity = $entity; |
41 | 40 | $this->locale = $locale; |
42 | 41 | $this->operator = $operator; |
@@ -31,8 +31,7 @@ |
||
31 | 31 | manager $notification_manager, |
32 | 32 | currency $actions_currency, |
33 | 33 | transactions $entity_transaction |
34 | - ) |
|
35 | - { |
|
34 | + ) { |
|
36 | 35 | $this->notification_manager = $notification_manager; |
37 | 36 | $this->actions_currency = $actions_currency; |
38 | 37 | $this->entity_transaction = $entity_transaction; |