Completed
Pull Request — master (#25905)
by Thomas
10:47
created
apps/dav/lib/CardDAV/Plugin.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 	 *
73 73
 	 * An exception is thrown if it's not.
74 74
 	 *
75
-	 * @param resource|string $data
75
+	 * @param resource $data
76 76
 	 * @param bool $modified Should be set to true, if this event handler
77 77
 	 *                       changed &$data.
78 78
 	 * @return void
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use Sabre\DAV\PropFind;
30 30
 use Sabre\DAV\Server;
31 31
 use Sabre\DAV\StringUtil;
32
-use Sabre\DAV\UUIDUtil;
33 32
 use Sabre\HTTP\URLUtil;
34 33
 use Sabre\VObject\Node;
35 34
 use Sabre\VObject\ParseException;
Please login to merge, or discard this patch.