From 736fb4c162e26075252392f76c2b51c825a3bfd1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 27 Oct 2023 07:45:25 +0200 Subject: [PATCH] Fix "Creation of dynamic property FeatureContext::$parts is deprecated in WebDav.php line 757" Signed-off-by: Joas Schilling --- build/integration/features/bootstrap/WebDav.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php index b919976e790..a832e26ec18 100644 --- a/build/integration/features/bootstrap/WebDav.php +++ b/build/integration/features/bootstrap/WebDav.php @@ -54,6 +54,8 @@ trait WebDav { private array $parsedResponse = []; private string $s3MultipartDestination; private string $uploadId; + /** @var string[] */ + private array $parts = []; /** * @Given /^using dav path "([^"]*)"$/ @@ -475,28 +477,28 @@ trait WebDav { image/png - + image/jpeg - + image/heic - + video/mp4 - + -- 2.39.5