@@ -319,6 +319,7 @@ |
||
319 | 319 | * @param string $error_msg The error message to show |
320 | 320 | * @param string $hint An optional hint message - needs to be properly escaped |
321 | 321 | * @param int HTTP Status Code |
322 | + * @param integer $httpStatusCode |
|
322 | 323 | */ |
323 | 324 | public static function printErrorPage( $error_msg, $hint = '', $httpStatusCode = null ) { |
324 | 325 | if ($error_msg === $hint) { |
@@ -31,7 +31,6 @@ |
||
31 | 31 | |
32 | 32 | namespace OC\Settings; |
33 | 33 | |
34 | -use OC\Files\View; |
|
35 | 34 | use OC\Server; |
36 | 35 | use OC\AppFramework\Utility\TimeFactory; |
37 | 36 | use OC\Settings\Controller\SettingsPageController; |
@@ -140,6 +140,7 @@ |
||
140 | 140 | * @param int $headerSize |
141 | 141 | * @param bool $signed |
142 | 142 | * @param string $wrapper stream wrapper class |
143 | + * @param string $sourceFileOfRename |
|
143 | 144 | * @return resource |
144 | 145 | * |
145 | 146 | * @throws \BadMethodCallException |
@@ -197,7 +197,7 @@ |
||
197 | 197 | /** |
198 | 198 | * Returns the size of the node, in bytes |
199 | 199 | * |
200 | - * @return integer |
|
200 | + * @return string |
|
201 | 201 | */ |
202 | 202 | public function getSize() { |
203 | 203 | return $this->info->getSize(); |
@@ -191,7 +191,7 @@ |
||
191 | 191 | } |
192 | 192 | |
193 | 193 | /** |
194 | - * @return int |
|
194 | + * @return string |
|
195 | 195 | * @throws InvalidPathException |
196 | 196 | * @throws NotFoundException |
197 | 197 | */ |