@@ -174,7 +174,7 @@ discard block |
||
| 174 | 174 | * @param string $path |
| 175 | 175 | * @throws \OCP\Files\NotFoundException |
| 176 | 176 | * @throws \OCP\Files\NotPermittedException |
| 177 | - * @return string |
|
| 177 | + * @return \OCP\Files\Node |
|
| 178 | 178 | */ |
| 179 | 179 | public function get($path) { |
| 180 | 180 | $path = $this->normalizePath($path); |
@@ -371,6 +371,9 @@ discard block |
||
| 371 | 371 | |
| 372 | 372 | } |
| 373 | 373 | |
| 374 | + /** |
|
| 375 | + * @param string $fullPath |
|
| 376 | + */ |
|
| 374 | 377 | private function resolveVirtualNode($fullPath) { |
| 375 | 378 | $pieces = explode('/', $fullPath); |
| 376 | 379 | if ($pieces[1] !== 'meta') { |
@@ -721,7 +721,7 @@ |
||
| 721 | 721 | } |
| 722 | 722 | |
| 723 | 723 | /** |
| 724 | - * @param $internalPath |
|
| 724 | + * @param string $internalPath |
|
| 725 | 725 | * @return array|string |
| 726 | 726 | */ |
| 727 | 727 | private function convertInternalPathToGlobalPath($internalPath) { |
@@ -672,7 +672,7 @@ discard block |
||
| 672 | 672 | * Set the flag to true, so that the file would be |
| 673 | 673 | * in the decrypted state. |
| 674 | 674 | * |
| 675 | - * @param $isDisabled bool |
|
| 675 | + * @param boolean $isDisabled bool |
|
| 676 | 676 | */ |
| 677 | 677 | public static function setDisableWriteEncryption($isDisabled) { |
| 678 | 678 | self::$disableWriteEncryption = $isDisabled; |
@@ -929,7 +929,7 @@ discard block |
||
| 929 | 929 | /** |
| 930 | 930 | * return header size of given file |
| 931 | 931 | * |
| 932 | - * @param string|resource $path |
|
| 932 | + * @param string $path |
|
| 933 | 933 | * @return int |
| 934 | 934 | */ |
| 935 | 935 | protected function getHeaderSize($path) { |
@@ -980,7 +980,7 @@ discard block |
||
| 980 | 980 | /** |
| 981 | 981 | * read header from file |
| 982 | 982 | * |
| 983 | - * @param string|resource $path |
|
| 983 | + * @param string $path |
|
| 984 | 984 | * @return array |
| 985 | 985 | */ |
| 986 | 986 | protected function getHeader($path) { |
@@ -1076,7 +1076,7 @@ discard block |
||
| 1076 | 1076 | /** |
| 1077 | 1077 | * check if path points to a files version |
| 1078 | 1078 | * |
| 1079 | - * @param $path |
|
| 1079 | + * @param string $path |
|
| 1080 | 1080 | * @return bool |
| 1081 | 1081 | */ |
| 1082 | 1082 | protected function isVersion($path) { |