@@ -831,7 +831,7 @@ discard block |
||
831 | 831 | * @param integer $skipCount number of potential results that the repository MUST skip/page over before |
832 | 832 | * returning any results (default is 0) |
833 | 833 | * @param ExtensionDataInterface|null $extension |
834 | - * @return RenditionDataInterface[] |
|
834 | + * @return \Dkd\PhpCmis\DataObjects\RenditionData[] |
|
835 | 835 | * @throws CmisInvalidArgumentException If object id is empty or skip count not of type integer |
836 | 836 | */ |
837 | 837 | public function getRenditions( |
@@ -875,7 +875,7 @@ discard block |
||
875 | 875 | * @param string $targetFolderId the identifier for the target folder |
876 | 876 | * @param string $sourceFolderId the identifier for the source folder |
877 | 877 | * @param ExtensionDataInterface|null $extension |
878 | - * @return ObjectDataInterface|null Returns object of type ObjectDataInterface or <code>null</code> |
|
878 | + * @return null|\Dkd\PhpCmis\DataObjects\ObjectData Returns object of type ObjectDataInterface or <code>null</code> |
|
879 | 879 | * if the repository response was empty |
880 | 880 | */ |
881 | 881 | public function moveObject( |
@@ -1021,7 +1021,7 @@ discard block |
||
1021 | 1021 | /** |
1022 | 1022 | * @param string $identifier |
1023 | 1023 | * @param mixed $additionalHashValues |
1024 | - * @return array |
|
1024 | + * @return string[] |
|
1025 | 1025 | */ |
1026 | 1026 | protected function createCacheKey($identifier, $additionalHashValues) |
1027 | 1027 | { |
@@ -1050,7 +1050,7 @@ discard block |
||
1050 | 1050 | /** |
1051 | 1051 | * Gets the cached object with cache key $identifier. |
1052 | 1052 | * |
1053 | - * @param string $identifier |
|
1053 | + * @param string[] $identifier |
|
1054 | 1054 | * @return mixed |
1055 | 1055 | */ |
1056 | 1056 | protected function getCached(array $identifier) |
@@ -1079,7 +1079,7 @@ discard block |
||
1079 | 1079 | /** |
1080 | 1080 | * Gets the cached object with cache key $identifier. |
1081 | 1081 | * |
1082 | - * @param string $identifier |
|
1082 | + * @param string[] $identifier |
|
1083 | 1083 | * @param mixed $object |
1084 | 1084 | * @return mixed |
1085 | 1085 | */ |