@@ -90,6 +90,12 @@ |
||
| 90 | 90 | return $response; |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | + /** |
|
| 94 | + * @param integer $chunkSize |
|
| 95 | + * @param string $bytes |
|
| 96 | + * @param integer $bytesStart |
|
| 97 | + * @param integer $bytesRead |
|
| 98 | + */ |
|
| 93 | 99 | public function uploadChunk($resource, $chunkSize, $bytes, $bytesStart, $bytesRead) |
| 94 | 100 | { |
| 95 | 101 | $headers = [ |
@@ -225,7 +225,7 @@ |
||
| 225 | 225 | * @param string $path |
| 226 | 226 | * @param array $parameters |
| 227 | 227 | * |
| 228 | - * @param array $headers |
|
| 228 | + * @param string[] $headers |
|
| 229 | 229 | * @return Response |
| 230 | 230 | */ |
| 231 | 231 | public function post($path, array $parameters = [], array $headers = []) |