@@ -71,7 +71,7 @@ |
||
71 | 71 | */ |
72 | 72 | public function retrieve() |
73 | 73 | { |
74 | - $response = $this->execute($this->api->getSubnet(), ['id' => (string)$this->id]); |
|
74 | + $response = $this->execute($this->api->getSubnet(), ['id' => (string) $this->id]); |
|
75 | 75 | $this->populateFromResponse($response); |
76 | 76 | } |
77 | 77 |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | * |
141 | 141 | * @param string $name The name of the object |
142 | 142 | * |
143 | - * @return Object |
|
143 | + * @return \OpenStack\Common\Resource\ResourceInterface |
|
144 | 144 | */ |
145 | 145 | public function getObject($name) |
146 | 146 | { |
@@ -188,10 +188,6 @@ discard block |
||
188 | 188 | * allowing concatenation when a request is executed against the manifest. |
189 | 189 | * |
190 | 190 | * @param array $data {@see \OpenStack\ObjectStore\v1\Api::putObject} |
191 | - * @param int $data['segmentSize'] The size in Bytes of each segment |
|
192 | - * @param string $data['segmentContainer'] The container to which each segment will be uploaded |
|
193 | - * @param string $data['segmentPrefix'] The prefix that will come before each segment. If omitted, a default |
|
194 | - * is used: name/timestamp/filesize |
|
195 | 191 | * |
196 | 192 | * @return Object |
197 | 193 | */ |