@@ -35,8 +35,7 @@ |
||
| 35 | 35 | locale_icu $locale, |
| 36 | 36 | \skouat\ppde\operators\currency $operator, |
| 37 | 37 | template $template |
| 38 | - ) |
|
| 39 | - { |
|
| 38 | + ) { |
|
| 40 | 39 | $this->entity = $entity; |
| 41 | 40 | $this->locale = $locale; |
| 42 | 41 | $this->operator = $operator; |
@@ -41,8 +41,7 @@ |
||
| 41 | 41 | config $config, |
| 42 | 42 | language $language, |
| 43 | 43 | user $user |
| 44 | - ) |
|
| 45 | - { |
|
| 44 | + ) { |
|
| 46 | 45 | $this->actions_core = $actions_core; |
| 47 | 46 | $this->actions_currency = $actions_currency; |
| 48 | 47 | $this->config = $config; |
@@ -48,8 +48,7 @@ |
||
| 48 | 48 | $lang_key_suffix = '', |
| 49 | 49 | $table_name = '', |
| 50 | 50 | $table_schema = [] |
| 51 | - ) |
|
| 52 | - { |
|
| 51 | + ) { |
|
| 53 | 52 | $this->db = $db; |
| 54 | 53 | $this->language = $language; |
| 55 | 54 | $this->lang_key_prefix = $lang_key_prefix; |
@@ -100,8 +100,7 @@ |
||
| 100 | 100 | string $php_ext, |
| 101 | 101 | string $table_prefix, |
| 102 | 102 | string $table_ppde_transactions |
| 103 | - ) |
|
| 104 | - { |
|
| 103 | + ) { |
|
| 105 | 104 | $this->auth = $auth; |
| 106 | 105 | $this->config = $config; |
| 107 | 106 | $this->container = $container; |
@@ -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; |
@@ -88,8 +88,7 @@ |
||
| 88 | 88 | string $adm_relative_path, |
| 89 | 89 | string $phpbb_root_path, |
| 90 | 90 | string $php_ext |
| 91 | - ) |
|
| 92 | - { |
|
| 91 | + ) { |
|
| 93 | 92 | $this->auth = $auth; |
| 94 | 93 | $this->config = $config; |
| 95 | 94 | $this->language = $language; |
@@ -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->auth = $auth; |
| 72 | 71 | $this->config = $config; |
| 73 | 72 | $this->container = $container; |
@@ -29,8 +29,7 @@ |
||
| 29 | 29 | \phpbb\cache\driver\driver_interface $cache, |
| 30 | 30 | \phpbb\db\driver\driver_interface $db, |
| 31 | 31 | string $ppde_currency_table |
| 32 | - ) |
|
| 33 | - { |
|
| 32 | + ) { |
|
| 34 | 33 | $this->cache = $cache; |
| 35 | 34 | $this->db = $db; |
| 36 | 35 | $this->ppde_currency_table = $ppde_currency_table; |
@@ -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; |