Fix test compatibility with PHP 7.3
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -15,7 +15,7 @@ class AttachmentContext implements Context {
|
||||
private $serverContext;
|
||||
|
||||
protected $lastAttachment = null;
|
||||
protected array $rememberedAttachments = [];
|
||||
protected $rememberedAttachments = [];
|
||||
|
||||
/** @BeforeScenario */
|
||||
public function gatherContexts(BeforeScenarioScope $scope) {
|
||||
|
||||
@@ -16,7 +16,7 @@ class BoardContext implements Context {
|
||||
private $stack = null;
|
||||
/** @var array last card response */
|
||||
private $card = null;
|
||||
private array $storedCards = [];
|
||||
private $storedCards = [];
|
||||
|
||||
/** @var ServerContext */
|
||||
private $serverContext;
|
||||
|
||||
Reference in New Issue
Block a user