Passed
Push — 2.1 ( 9310a2...f08b10 )
by Greg
06:18
created
app/Statistics/Repository/LatestUserRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
     public function latestUserRegTime(string $format = null): string
130 130
     {
131 131
         $format ??= str_replace('%', '', I18N::timeFormat());
132
-        $user   = $this->latestUserQuery();
132
+        $user = $this->latestUserQuery();
133 133
 
134 134
         return date($format, (int) $user->getPreference(UserInterface::PREF_TIMESTAMP_REGISTERED));
135 135
     }
Please login to merge, or discard this patch.