Passed
Push — develop-3.2.x-2.2 ( 3ed7e5...c69971 )
by Mario
02:24
created
notification/core.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,7 @@
 block discarded – undo
36 36
 		manager $notification,
37 37
 		currency $ppde_actions_currency,
38 38
 		transactions $ppde_entity_transaction
39
-	)
40
-	{
39
+	) {
41 40
 		$this->container = $container;
42 41
 		$this->notification = $notification;
43 42
 		$this->ppde_actions_currency = $ppde_actions_currency;
Please login to merge, or discard this patch.
event/listener.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
 		main_display_stats $ppde_controller_display_stats,
53 53
 		template $template,
54 54
 		$php_ext
55
-	)
56
-	{
55
+	) {
57 56
 		$this->config = $config;
58 57
 		$this->controller_helper = $controller_helper;
59 58
 		$this->language = $language;
Please login to merge, or discard this patch.
operators/currency.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,7 @@
 block discarded – undo
34 34
 		ContainerInterface $container,
35 35
 		\phpbb\db\driver\driver_interface $db,
36 36
 		$ppde_currency_table
37
-	)
38
-	{
37
+	) {
39 38
 		$this->cache = $cache;
40 39
 		$this->container = $container;
41 40
 		$this->db = $db;
Please login to merge, or discard this patch.
controller/ipn_paypal.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,8 +72,7 @@
 block discarded – undo
72 72
 		extension_manager $ppde_ext_manager,
73 73
 		ipn_log $ppde_ipn_log,
74 74
 		request $request
75
-	)
76
-	{
75
+	) {
77 76
 		$this->config = $config;
78 77
 		$this->language = $language;
79 78
 		$this->ppde_ext_manager = $ppde_ext_manager;
Please login to merge, or discard this patch.
controller/main_display_stats.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,8 +37,7 @@
 block discarded – undo
37 37
 		language $language,
38 38
 		currency $ppde_actions_currency,
39 39
 		template $template
40
-	)
41
-	{
40
+	) {
42 41
 		$this->config = $config;
43 42
 		$this->language = $language;
44 43
 		$this->ppde_actions_currency = $ppde_actions_currency;
Please login to merge, or discard this patch.
controller/ipn_log.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,8 +64,7 @@
 block discarded – undo
64 64
 		filesystem_interface $filesystem,
65 65
 		path_helper $path_helper,
66 66
 		main_controller $ppde_controller_main
67
-	)
68
-	{
67
+	) {
69 68
 		$this->config = $config;
70 69
 		$this->filesystem = $filesystem;
71 70
 		$this->path_helper = $path_helper;
Please login to merge, or discard this patch.
controller/admin/currency_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,8 +63,7 @@
 block discarded – undo
63 63
 		request $request,
64 64
 		template $template,
65 65
 		user $user
66
-	)
67
-	{
66
+	) {
68 67
 		$this->config = $config;
69 68
 		$this->container = $container;
70 69
 		$this->language = $language;
Please login to merge, or discard this patch.
controller/admin/settings_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,8 +56,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
controller/admin/transactions_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,8 +99,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.