Passed
Push — 3.2.x ( ff823b...891047 )
by Mario
07:26
created
controller/main_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,7 @@
 block discarded – undo
65 65
 		user_loader $user_loader,
66 66
 		$root_path,
67 67
 		$php_ext
68
-	)
69
-	{
68
+	) {
70 69
 		$this->auth = $auth;
71 70
 		$this->config = $config;
72 71
 		$this->container = $container;
Please login to merge, or discard this patch.
operators/currency.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 		\phpbb\cache\driver\driver_interface $cache,
30 30
 		\phpbb\db\driver\driver_interface $db,
31 31
 		$ppde_currency_table
32
-	)
33
-	{
32
+	) {
34 33
 		$this->cache = $cache;
35 34
 		$this->db = $db;
36 35
 		$this->ppde_currency_table = $ppde_currency_table;
Please login to merge, or discard this patch.