Passed
Push — 3.3.x ( 3f7215...fbaa03 )
by Mario
04:04 queued 11s
created
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.
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.
controller/admin/donation_pages_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
controller/admin/overview_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,8 +84,7 @@
 block discarded – undo
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;
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
@@ -29,8 +29,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
entity/donation_pages.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
controller/main_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,7 @@
 block discarded – undo
66 66
 		user_loader $user_loader,
67 67
 		$root_path,
68 68
 		$php_ext
69
-	)
70
-	{
69
+	) {
71 70
 		$this->config = $config;
72 71
 		$this->container = $container;
73 72
 		$this->helper = $helper;
Please login to merge, or discard this patch.
actions/auth.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
 		\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;
Please login to merge, or discard this patch.