fix: PHP 7.4 compatibility
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -19,7 +19,7 @@ class BoardContext implements Context {
|
||||
private $storedCards = [];
|
||||
private $activities = null;
|
||||
|
||||
private ServerContext $serverContext;
|
||||
private $serverContext;
|
||||
|
||||
/** @BeforeScenario */
|
||||
public function gatherContexts(BeforeScenarioScope $scope) {
|
||||
|
||||
@@ -10,9 +10,9 @@ class ServerContext implements Context {
|
||||
WebDav::__construct as private __tConstruct;
|
||||
}
|
||||
|
||||
private string $rawBaseUrl;
|
||||
private string $mappedUserId;
|
||||
private array $lastInsertIds = [];
|
||||
private $rawBaseUrl;
|
||||
private $mappedUserId;
|
||||
private $lastInsertIds = [];
|
||||
|
||||
public function __construct($baseUrl) {
|
||||
$this->rawBaseUrl = $baseUrl;
|
||||
|
||||
Reference in New Issue
Block a user