@@ -29,7 +29,6 @@ |
||
29 | 29 | namespace OCA\DAV\Connector\Sabre; |
30 | 30 | |
31 | 31 | use OC\Files\View; |
32 | -use OCA\DAV\Upload\FutureFile; |
|
33 | 32 | use OCP\Files\ForbiddenException; |
34 | 33 | use Sabre\DAV\Exception\Forbidden; |
35 | 34 | use Sabre\DAV\Exception\NotFound; |
@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * @param string $appName |
54 | 54 | * @param IRequest $request |
55 | - * @param Manager $userManager |
|
55 | + * @param UserManager $userManager |
|
56 | 56 | * @param DefaultTokenProvider $tokenProvider |
57 | 57 | * @param ISecureRandom $secureRandom |
58 | 58 | */ |
@@ -213,7 +213,7 @@ |
||
213 | 213 | * |
214 | 214 | * @param \Google_Service_Drive_DriveFile |
215 | 215 | * |
216 | - * @return true if the file is a Google Doc file, false otherwise |
|
216 | + * @return boolean if the file is a Google Doc file, false otherwise |
|
217 | 217 | */ |
218 | 218 | private function isGoogleDocFile($file) { |
219 | 219 | return $this->getGoogleDocExtension($file->getMimeType()) !== ''; |