Test Failed
Push — master ( 06f020...ba03f2 )
by Mostafa
01:05 queued 14s
created
src/Jobs/ProcessFFMpeg.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -55,8 +55,7 @@  discard block
 block discarded – undo
55 55
                     isLastOne: $this->availableQueues() === 1,
56 56
                     standalone: true
57 57
                 );
58
-            }
59
-            else {
58
+            } else {
60 59
                 /** @var Model $class */
61 60
                 $class = class_exists($this->model) ? $this->model : Relation::getMorphedModel($this->model);
62 61
                 $modelNotSaved = true;
@@ -75,8 +74,7 @@  discard block
 block discarded – undo
75 74
             }
76 75
 
77 76
             $this->updateStatus(true, false);
78
-        }
79
-        catch (FileNotFoundException | Exception $e) {
77
+        } catch (FileNotFoundException | Exception $e) {
80 78
             $this->updateStatus(false, false, $e->getMessage());
81 79
 
82 80
             throw new Exception($e->getMessage());
Please login to merge, or discard this patch.