Skip to content

Commit 7d5bf0b

Browse files
committed
fix: method type
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 8fd3d7e commit 7d5bf0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)