@@ -83,7 +83,7 @@ |
||
| 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) { |
@@ -22,7 +22,6 @@ |
||
| 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; |