@@ -326,7 +326,7 @@ |
||
326 | 326 | * |
327 | 327 | * @param boolean $refresh if this parameter is set to <code>true</code>, this object will be refreshed after the |
328 | 328 | * content stream has been deleted |
329 | - * @return DocumentInterface|null the updated document, or <code>null</code> if the repository did not return |
|
329 | + * @return null|\Dkd\PhpCmis\CmisObject\CmisObjectInterface the updated document, or <code>null</code> if the repository did not return |
|
330 | 330 | * an object ID |
331 | 331 | */ |
332 | 332 | public function deleteContentStream($refresh = true) |
@@ -202,7 +202,7 @@ |
||
202 | 202 | * @param boolean $includeAcl if <code>true</code>, then the repository must return the ACL for the object |
203 | 203 | * (default is <code>false</code>) |
204 | 204 | * @param ExtensionDataInterface|null $extension |
205 | - * @return ObjectDataInterface |
|
205 | + * @return null|\Dkd\PhpCmis\DataObjects\ObjectData |
|
206 | 206 | */ |
207 | 207 | public function getObjectOfLatestVersion( |
208 | 208 | $repositoryId, |