Passed
Push — github-actions ( b5eae9 )
by Pavel
08:58
created
src/Http/Livewire/App.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
                 ->toArray();
51 51
         });
52 52
 
53
-        if (! $this->activeDisk and count($this->backupStatuses)) {
53
+        if (!$this->activeDisk and count($this->backupStatuses)) {
54 54
             $this->activeDisk = $this->backupStatuses[0]['disk'];
55 55
         }
56 56
 
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
             return $backup->path() === $filePath;
133 133
         });
134 134
 
135
-        if (! $backup) {
135
+        if (!$backup) {
136 136
             return response('Backup not found', Response::HTTP_UNPROCESSABLE_ENTITY);
137 137
         }
138 138
 
Please login to merge, or discard this patch.