@@ -138,7 +138,7 @@ discard block |
||
| 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 |
||
| 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); |
@@ -32,7 +32,7 @@ |
||
| 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 |