@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | /** |
| 46 | 46 | * @param string $sourcePath source path |
| 47 | 47 | * @param string $destination destination path |
| 48 | - * @return bool|void |
|
| 48 | + * @return null|false |
|
| 49 | 49 | * @throws BadRequest |
| 50 | 50 | * @throws \Sabre\DAV\Exception\NotFound |
| 51 | 51 | */ |
@@ -69,7 +69,7 @@ discard block |
||
| 69 | 69 | * |
| 70 | 70 | * @param string $path source path |
| 71 | 71 | * @param string $destination destination path |
| 72 | - * @return bool|void false to stop handling, void to skip this handler |
|
| 72 | + * @return null|false false to stop handling, void to skip this handler |
|
| 73 | 73 | */ |
| 74 | 74 | public function performMove($path, $destination) { |
| 75 | 75 | if (!$this->server->tree->nodeExists($destination)) { |