Test Setup Failed
Branch develop (94b6b4)
by Nikita
08:56
created
app/Http/Controllers/HomeController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
         $latestVersion = Cache::remember(
46 46
             'latestVersion',
47 47
             self::LATEST_VERSION_CACHE_TTL_IN_SECONDS,
48
-            static function () use ($infoService) {
48
+            static function() use ($infoService) {
49 49
                 return $infoService->latestRelease();
50 50
             }
51 51
         );
Please login to merge, or discard this patch.