Passed
Push — master ( f0685a...5da932 )
by Amin
02:54
created
src/FFMpeg.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
      */
114 114
     public function __destruct()
115 115
     {
116
-        if($this->tmp_file){
116
+        if ($this->tmp_file) {
117 117
             @unlink($this->tmp_file);
118 118
         }
119 119
     }
Please login to merge, or discard this patch.