@@ -83,7 +83,7 @@ discard block |
||
83 | 83 | |
84 | 84 | /** |
85 | 85 | * @param string $path |
86 | - * @return mixed|string |
|
86 | + * @return string |
|
87 | 87 | */ |
88 | 88 | private function normalizePath(string $path) { |
89 | 89 | $path = trim($path, '/'); |
@@ -570,6 +570,9 @@ discard block |
||
570 | 570 | return $this->container; |
571 | 571 | } |
572 | 572 | |
573 | + /** |
|
574 | + * @param string $path |
|
575 | + */ |
|
573 | 576 | public function writeBack($tmpFile, $path) { |
574 | 577 | $fileData = fopen($tmpFile, 'r'); |
575 | 578 | $this->objectStore->writeObject($path, $fileData); |