Passed
Pull Request — 3.3.x (#95)
by Mario
04:11
created
controller/admin/transactions_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@
 block discarded – undo
100 100
 		string $php_ext,
101 101
 		string $table_prefix,
102 102
 		string $table_ppde_transactions
103
-	)
104
-	{
103
+	) {
105 104
 		$this->auth = $auth;
106 105
 		$this->config = $config;
107 106
 		$this->container = $container;
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
 		string $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.
language/fr/donate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
 
77 77
 $lang = array_merge($lang, [
78 78
 	'PPDE_DONORS' => [
79
-		1 => '%d donateur',  // 1
79
+		1 => '%d donateur', // 1
80 80
 		2 => '%d donateurs', // 2+
81 81
 	],
82 82
 ]);
Please login to merge, or discard this patch.
language/en/donate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
 
77 77
 $lang = array_merge($lang, [
78 78
 	'PPDE_DONORS' => [
79
-		1 => '%d donor',  // 1
79
+		1 => '%d donor', // 1
80 80
 		2 => '%d donors', // 2+
81 81
 	],
82 82
 ]);
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
 		string $root_path,
68 68
 		string $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.