@@ -89,8 +89,7 @@ |
||
89 | 89 | language $language, |
90 | 90 | ipn_log $ppde_ipn_log, |
91 | 91 | request $request |
92 | - ) |
|
93 | - { |
|
92 | + ) { |
|
94 | 93 | $this->config = $config; |
95 | 94 | $this->language = $language; |
96 | 95 | $this->ppde_ipn_log = $ppde_ipn_log; |
@@ -28,8 +28,7 @@ |
||
28 | 28 | public function __construct( |
29 | 29 | config $config, |
30 | 30 | extension_manager $ppde_ext_manager |
31 | - ) |
|
32 | - { |
|
31 | + ) { |
|
33 | 32 | $this->config = $config; |
34 | 33 | $this->ppde_ext_manager = $ppde_ext_manager; |
35 | 34 | } |