Passed
Branch develop-3.3.x-donors_module (d1eba4)
by Mario
03:56
created
controller/admin/settings_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,7 @@
 block discarded – undo
69 69
 		$adm_relative_path,
70 70
 		$phpbb_root_path,
71 71
 		$php_ext
72
-	)
73
-	{
72
+	) {
74 73
 		$this->config = $config;
75 74
 		$this->language = $language;
76 75
 		$this->log = $log;
Please login to merge, or discard this patch.
controller/admin/donors_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,7 @@
 block discarded – undo
43 43
 		template $template,
44 44
 		user $user,
45 45
 		user_loader $user_loader
46
-	)
47
-	{
46
+	) {
48 47
 		$this->ppde_actions_currency = $ppde_actions_currency;
49 48
 		$this->ppde_entity_transactions = $ppde_entity_transactions;
50 49
 		$this->ppde_operator_transactions = $ppde_operator_transactions;
Please login to merge, or discard this patch.