Passed
Push — develop-3.3.x ( 59400a...541ac7 )
by Mario
02:37
created
actions/currency.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,7 @@
 block discarded – undo
35 35
 		locale_icu $locale,
36 36
 		currency_operator $operator,
37 37
 		template $template
38
-	)
39
-	{
38
+	) {
40 39
 		$this->entity = $entity;
41 40
 		$this->locale = $locale;
42 41
 		$this->operator = $operator;
Please login to merge, or discard this patch.
notification/core.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,7 @@
 block discarded – undo
31 31
 		manager $notification_manager,
32 32
 		currency $actions_currency,
33 33
 		transactions $entity_transaction
34
-	)
35
-	{
34
+	) {
36 35
 		$this->notification_manager = $notification_manager;
37 36
 		$this->actions_currency = $actions_currency;
38 37
 		$this->entity_transaction = $entity_transaction;
Please login to merge, or discard this patch.
controller/main_donor_list.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,8 +96,7 @@
 block discarded – undo
96 96
 		string $ppde_table_transactions,
97 97
 		string $root_path,
98 98
 		string $php_ext
99
-	)
100
-	{
99
+	) {
101 100
 		$this->auth = $auth;
102 101
 		$this->config = $config;
103 102
 		$this->db = $db;
Please login to merge, or discard this patch.