Passed
Pull Request — v1 (#11)
by
unknown
06:41
created
src/variables/TranscoderVariable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      *
31 31
      * @param $filePath
32 32
      * @param $videoOptions
33
-	 * @bool $generate 
33
+     * @bool $generate 
34 34
      *
35 35
      * @return string
36 36
      */
Please login to merge, or discard this patch.
src/services/Transcode.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
195 195
                 
196 196
             // skip encoding
197 197
             } elseif (!$generate) {
198
-	            $result = "";
198
+                $result = "";
199 199
             } else {
200 200
                 // Kick off the transcoding
201 201
                 $pid = $this->executeShellCommand($ffmpegCmd);
Please login to merge, or discard this patch.