@@ -28,7 +28,6 @@ |
||
| 28 | 28 | public function populateFromArray(array $data): ResourceInterface; |
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | - * @param string $name The name of the model class. |
|
| 32 | 31 | * @param mixed $data Either a {@see ResponseInterface} or data array that will populate the newly |
| 33 | 32 | * created model class. |
| 34 | 33 | * |
@@ -191,10 +191,6 @@ |
||
| 191 | 191 | * allowing concatenation when a request is executed against the manifest. |
| 192 | 192 | * |
| 193 | 193 | * @param array $data {@see \OpenStack\ObjectStore\v1\Api::putObject} |
| 194 | - * @param int $data['segmentSize'] The size in Bytes of each segment |
|
| 195 | - * @param string $data['segmentContainer'] The container to which each segment will be uploaded |
|
| 196 | - * @param string $data['segmentPrefix'] The prefix that will come before each segment. If omitted, a default |
|
| 197 | - * is used: name/timestamp/filesize |
|
| 198 | 194 | * |
| 199 | 195 | * @return ObjectEntity |
| 200 | 196 | */ |