Fix "Creation of dynamic property FeatureContext::$parts is deprecated in WebDav.php line 757"

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/41139/head
Joas Schilling 2 years ago
parent 1ecdefd0e6
commit 736fb4c162
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
  1. 2
      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 "([^"]*)"$/

Loading…
Cancel
Save