Passed
Push — develop-3.3.x ( 819cf8...5812a0 )
by Mario
02:46
created
entity/main.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,7 @@
 block discarded – undo
45 45
 		string $lang_key_suffix = '',
46 46
 		string $table_name = '',
47 47
 		array $table_schema = []
48
-	)
49
-	{
48
+	) {
50 49
 		$this->db = $db;
51 50
 		$this->language = $language;
52 51
 		$this->lang_key_prefix = $lang_key_prefix;
Please login to merge, or discard this patch.
acp/ppde_module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 			'overview'        => ['lang_key_prefix' => 'PPDE'],
27 27
 			'paypal_features' => ['lang_key_prefix' => 'PPDE_PAYPAL_FEATURES'],
28 28
 			'settings'        => ['lang_key_prefix' => 'PPDE_SETTINGS'],
29
-			'transactions'    => ['lang_key_prefix' => 'PPDE_DT', 'id_prefix_name' => 'transaction'],];
29
+			'transactions'    => ['lang_key_prefix' => 'PPDE_DT', 'id_prefix_name' => 'transaction'], ];
30 30
 	}
31 31
 
32 32
 	/**
Please login to merge, or discard this patch.