Test Failed
Push — trunk ( baf0d6...8998be )
by SuperNova.WS
03:53
created
classes/Player/playerTimeDiff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
   static public function defineTimeDiff() {
112 112
     $user_time_diff = playerTimeDiff::user_time_diff_get();
113 113
 
114
-    $time_diff = (float)$user_time_diff[self::TIME_DIFF] + $user_time_diff[self::TIME_DIFF_UTC_OFFSET];
114
+    $time_diff = (float) $user_time_diff[self::TIME_DIFF] + $user_time_diff[self::TIME_DIFF_UTC_OFFSET];
115 115
 
116 116
     define('SN_CLIENT_TIME_DIFF', $time_diff);
117 117
     define('SN_CLIENT_TIME_LOCAL', SN_TIME_NOW + SN_CLIENT_TIME_DIFF);
Please login to merge, or discard this patch.