Passed
Push — master ( 03796d...557337 )
by Nikita
23:00 queued 11:26
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.
app/Services/Daemon/DebugService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 
48 48
             $this->gdaemonFiles->get($fullPath, $destination);
49 49
 
50
-            $zip->addFile($destination, "daemon_logs/". $fileName);
50
+            $zip->addFile($destination, "daemon_logs/" . $fileName);
51 51
         }
52 52
 
53 53
         $zip->close();
Please login to merge, or discard this patch.