@@ -245,6 +245,9 @@ discard block |
||
| 245 | 245 | return '"' . $this->info->getEtag() . '"'; |
| 246 | 246 | } |
| 247 | 247 | |
| 248 | + /** |
|
| 249 | + * @param string $path |
|
| 250 | + */ |
|
| 248 | 251 | private function getPartFileBasePath($path) { |
| 249 | 252 | $partFileInStorage = \OC::$server->getConfig()->getSystemValue('part_file_in_storage', true); |
| 250 | 253 | if ($partFileInStorage) { |
@@ -607,7 +610,7 @@ discard block |
||
| 607 | 610 | /** |
| 608 | 611 | * Set $algo to get a specific checksum, leave null to get all checksums |
| 609 | 612 | * (space seperated) |
| 610 | - * @param null $algo |
|
| 613 | + * @param string $algo |
|
| 611 | 614 | * @return string |
| 612 | 615 | */ |
| 613 | 616 | public function getChecksum($algo = null) { |