@@ -56,8 +56,7 @@ |
||
56 | 56 | request $request, |
57 | 57 | template $template, |
58 | 58 | user $user |
59 | - ) |
|
60 | - { |
|
59 | + ) { |
|
61 | 60 | $this->config = $config; |
62 | 61 | $this->language = $language; |
63 | 62 | $this->log = $log; |
@@ -99,8 +99,7 @@ |
||
99 | 99 | $php_ext, |
100 | 100 | $table_prefix, |
101 | 101 | $table_ppde_transactions |
102 | - ) |
|
103 | - { |
|
102 | + ) { |
|
104 | 103 | $this->auth = $auth; |
105 | 104 | $this->config = $config; |
106 | 105 | $this->container = $container; |
@@ -66,8 +66,7 @@ |
||
66 | 66 | user $user, |
67 | 67 | $phpbb_root_path, |
68 | 68 | $php_ext |
69 | - ) |
|
70 | - { |
|
69 | + ) { |
|
71 | 70 | $this->container = $container; |
72 | 71 | $this->language = $language; |
73 | 72 | $this->log = $log; |
@@ -84,8 +84,7 @@ |
||
84 | 84 | $adm_relative_path, |
85 | 85 | $phpbb_root_path, |
86 | 86 | $php_ext |
87 | - ) |
|
88 | - { |
|
87 | + ) { |
|
89 | 88 | $this->auth = $auth; |
90 | 89 | $this->config = $config; |
91 | 90 | $this->language = $language; |
@@ -56,8 +56,7 @@ |
||
56 | 56 | request $request, |
57 | 57 | template $template, |
58 | 58 | user $user |
59 | - ) |
|
60 | - { |
|
59 | + ) { |
|
61 | 60 | $this->config = $config; |
62 | 61 | $this->language = $language; |
63 | 62 | $this->log = $log; |
@@ -65,8 +65,7 @@ |
||
65 | 65 | user_loader $user_loader, |
66 | 66 | $root_path, |
67 | 67 | $php_ext |
68 | - ) |
|
69 | - { |
|
68 | + ) { |
|
70 | 69 | $this->auth = $auth; |
71 | 70 | $this->config = $config; |
72 | 71 | $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 | $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; |