From fa3fe5e4bf138e168de2ec562e325ffd3587fb7a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Oct 2019 09:53:53 +0200 Subject: - add patch for PHP 7.4 from https://github.com/sabre-io/vobject/pull/469 --- c533d42e17e058237f0350ca56c7f01903bb035e.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c533d42e17e058237f0350ca56c7f01903bb035e.patch') diff --git a/c533d42e17e058237f0350ca56c7f01903bb035e.patch b/c533d42e17e058237f0350ca56c7f01903bb035e.patch index 88cacc2..b3b8f34 100644 --- a/c533d42e17e058237f0350ca56c7f01903bb035e.patch +++ b/c533d42e17e058237f0350ca56c7f01903bb035e.patch @@ -18,7 +18,7 @@ diff --git a/lib/FreeBusyGenerator.php b/lib/FreeBusyGenerator.php index e30b136c..ca77cb91 100644 --- a/lib/FreeBusyGenerator.php +++ b/lib/FreeBusyGenerator.php -@@ -430,7 +430,7 @@ protected function calculateBusy(FreeBusyData $fbData, array $objects) { +@@ -212,7 +212,7 @@ protected function calculateBusy(FreeBusyData $fbData, array $objects) { // instance. We are skipping this event from the output // entirely. unset($this->objects[$key]); @@ -28,3 +28,4 @@ index e30b136c..ca77cb91 100644 if ($this->start) { + -- cgit