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) {
|
||||
|
||||
Reference in New Issue
Block a user