Passed
Push — develop-3.3.x ( 2b4c5a...83f4a3 )
by Mario
02:46
created
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/admin/transactions_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,8 +95,7 @@
 block discarded – undo
95 95
 		string $adm_relative_path,
96 96
 		string $phpbb_root_path,
97 97
 		string $php_ext
98
-	)
99
-	{
98
+	) {
100 99
 		$this->auth = $auth;
101 100
 		$this->config = $config;
102 101
 		$this->container = $container;
Please login to merge, or discard this patch.
includes/transaction_template_helper.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
 		string $adm_relative_path,
44 44
 		string $phpbb_root_path,
45 45
 		string $php_ext
46
-	)
47
-	{
46
+	) {
48 47
 		$this->template = $template;
49 48
 		$this->language = $language;
50 49
 		$this->user = $user;
Please login to merge, or discard this patch.