From: Joas Schilling Date: Fri, 27 Oct 2023 05:45:25 +0000 (+0200) Subject: Fix "Creation of dynamic property FeatureContext::$parts is deprecated in WebDav... X-Git-Tag: v29.0.0beta1~374^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=736fb4c162e26075252392f76c2b51c825a3bfd1;p=nextcloud-server.git Fix "Creation of dynamic property FeatureContext::$parts is deprecated in WebDav.php line 757" Signed-off-by: Joas Schilling --- 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 - +