@@ -90,7 +90,7 @@ |
||
| 90 | 90 | * |
| 91 | 91 | * @param string $path source path |
| 92 | 92 | * @param string $destination destination path |
| 93 | - * @return bool|void false to stop handling, void to skip this handler |
|
| 93 | + * @return null|false false to stop handling, void to skip this handler |
|
| 94 | 94 | */ |
| 95 | 95 | public function performMove($path, $destination) { |
| 96 | 96 | if (!$this->server->tree->nodeExists($destination)) { |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | namespace OCA\DAV\Upload; |
| 24 | 24 | |
| 25 | 25 | |
| 26 | -use OCA\DAV\Connector\Sabre\File; |
|
| 27 | 26 | use Sabre\DAV\Exception\BadRequest; |
| 28 | 27 | use Sabre\DAV\Server; |
| 29 | 28 | use Sabre\DAV\ServerPlugin; |