|
@@ -126,9 +126,6 @@ |
|
|
block discarded – undo |
|
126
|
126
|
* Builds up a multipart form-like array for Guzzle |
|
127
|
127
|
* |
|
128
|
128
|
* @param array $data The original object in array form |
|
129
|
|
- * @param string $fileKeyName A file handler will be sent instead of a string, state here which field it is |
|
130
|
|
- * @param resource $stream The actual file handler |
|
131
|
|
- * @param string $filename |
|
132
|
129
|
* @return array Returns the actual formdata to be sent |
|
133
|
130
|
*/ |
|
134
|
131
|
public function constructMultipartOptions(array $data, array $multipart_data): array |
Please login to merge, or discard this patch.