Completed
Push — master ( 4c3b40...b5a957 )
by Paul
04:34
created
helper/session_helper.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -72,10 +72,10 @@
 block discarded – undo
72 72
 	 */
73 73
 	public function __construct(driver_interface $db, config $config, user $user, service_collection $modules, $registration_table, $user_table)
74 74
 	{
75
-		$this->db					= $db;
75
+		$this->db = $db;
76 76
 		$this->user_array			= $user;
77
-		$this->config				= $config;
78
-		$this->registration_table	= $registration_table;
77
+		$this->config = $config;
78
+		$this->registration_table = $registration_table;
79 79
 		$this->user_table			= $user_table;
80 80
 
81 81
 		$this->validateModules($modules);
Please login to merge, or discard this patch.