Completed
Push — master ( 0eb1a8...12216b )
by Amin
03:20
created
src/Export.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
         bool $analyse = true
139 139
     )
140 140
     {
141
-        if($this instanceof HLS && $this->getTsSubDirectory()){
141
+        if ($this instanceof HLS && $this->getTsSubDirectory()) {
142 142
             throw new InvalidArgumentException("It is not possible to create subdirectory in cloud saving");
143 143
         }
144 144
         list($results, $tmp_dir) = $this->saveToTemporaryFolder($path, $analyse);
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
      * @return mixed
161 161
      * @throws Exception
162 162
      */
163
-    public function saveToS3(array $config, string $dest, string $path = null, bool $analyse =true)
163
+    public function saveToS3(array $config, string $dest, string $path = null, bool $analyse = true)
164 164
     {
165 165
         list($results, $tmp_dir) = $this->saveToTemporaryFolder($path, $analyse);
166 166
         sleep(1);
Please login to merge, or discard this patch.
src/HLS.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     private $ts_sub_directory = "";
33 33
 
34 34
     /** @var string */
35
-    private $hls_base_url  = "";
35
+    private $hls_base_url = "";
36 36
 
37 37
     /**
38 38
      * @return string
Please login to merge, or discard this patch.