Completed
Pull Request — master (#25022)
by Joas
32:28
created
apps/dav/lib/Connector/Sabre/FilesPlugin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
core/Controller/TokenController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.
apps/files_external/lib/Lib/Storage/Google.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
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()) !== '';
Please login to merge, or discard this patch.