mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-20 16:56:02 +00:00
turn PHP7+ type hint into phpdoc (fixes #185)
This commit is contained in:
parent
ace5cfe855
commit
6627018f77
@ -3,7 +3,11 @@
|
||||
require_once("RRule.php");
|
||||
require_once("vCalendar.php");
|
||||
|
||||
function update_instance_ranges(string $collection_dav_name) {
|
||||
/**
|
||||
* Update instance range columns when a collection's timezone changes
|
||||
* @param string $collection_dav_name The collection to process
|
||||
*/
|
||||
function update_instance_ranges($collection_dav_name) {
|
||||
// This can take a while, since vCalendar parsing is very slow, and we're
|
||||
// going to parse every event in the collection!
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user