@@ -12,7 +12,6 @@ |
||
12 | 12 | |
13 | 13 | use Dkd\PhpCmis\Constants; |
14 | 14 | use Dkd\PhpCmis\Data\AclInterface; |
15 | -use Dkd\PhpCmis\PropertyIds; |
|
16 | 15 | use GuzzleHttp\Stream\StreamInterface; |
17 | 16 | use Dkd\PhpCmis\Data\ExtensionDataInterface; |
18 | 17 | use Dkd\PhpCmis\Data\ObjectDataInterface; |
@@ -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, |
@@ -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) |