Completed
Pull Request — master (#31547)
by Jörn Friedrich
19:28 queued 21s
created
apps/dav/lib/CardDAV/SyncService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@
 block discarded – undo
245 245
 	}
246 246
 
247 247
 	/**
248
-	 * @return array|null
248
+	 * @return string
249 249
 	 */
250 250
 	public function getLocalSystemAddressBook() {
251 251
 		if ($this->localSystemAddressBook === null) {
Please login to merge, or discard this patch.
core/Middleware/AccountModuleMiddleware.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 use OC\ForbiddenException;
29 29
 use OCP\AppFramework\Controller;
30 30
 use OCP\AppFramework\Http;
31
-use OCP\AppFramework\Http\DataResponse;
32 31
 use OCP\AppFramework\Http\RedirectResponse;
33 32
 use OCP\AppFramework\Middleware;
34 33
 use OCP\AppFramework\Utility\IControllerMethodReflector;
Please login to merge, or discard this patch.