Skip to content

Commit 272f95e

Browse files
authored
Merge pull request #99 from LibreSign/fix/method-type
fix: method type
2 parents 8fd3d7e + 7d5bf0b commit 272f95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NextcloudApiContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static function beforeSuite(BeforeSuiteScope $scope):void {
6969
}
7070

7171
#[BeforeScenario()]
72-
public function beforeScenario(): void {
72+
public static function beforeScenario(): void {
7373
self::$createdUsers = [];
7474
self::$environments = [];
7575
}

0 commit comments

Comments
 (0)