@@ -186,7 +186,7 @@ discard block |
||
186 | 186 | $from = $copiedBytes; |
187 | 187 | $copiedBytes += stream_copy_to_stream($resource, $chunk, $this->chunkSize, $copiedBytes); |
188 | 188 | $lastResponse = null; |
189 | - $response= null; |
|
189 | + $response = null; |
|
190 | 190 | try { |
191 | 191 | $response = $this->browser->submit( |
192 | 192 | "/videos/$videoId/source", |
@@ -197,7 +197,7 @@ discard block |
||
197 | 197 | 'Expect' => '', |
198 | 198 | ) |
199 | 199 | ); |
200 | - if($response->isSuccessful() && $response->getStatusCode() !== 100){ |
|
200 | + if ($response->isSuccessful() && $response->getStatusCode() !== 100) { |
|
201 | 201 | $lastResponse = $this->unmarshal($response); |
202 | 202 | } |
203 | 203 | } catch (RequestException $e) { |