Completed
Push — objectcache-182986d5 ( 182986 )
by Thomas
12:41
created
utility/sabreutility.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 	/**
84 84
 	 * count number of components by identifier defined in $properties
85 85
 	 * @param \Sabre\VObject\Component\VCalendar $vcalendar
86
-	 * @param array $properties array of strings representing $properties
86
+	 * @param string[] $properties array of strings representing $properties
87 87
 	 * @return integer
88 88
 	 */
89 89
 	public function countSabreObjects(Component\VCalendar $vcalendar, $properties) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 namespace OCA\Calendar\Utility;
23 23
 
24 24
 use OCP\AppFramework\Db\DoesNotExistException;
25
-
26 25
 use OCA\Calendar\Db\Timezone;
27 26
 use OCA\Calendar\Db\TimezoneMapper;
28 27
 use Sabre\VObject\Component;
Please login to merge, or discard this patch.