Skip to content

Commit b3b81fc

Browse files
committed
fix: data provider is not static
1 parent 8579ff4 commit b3b81fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/U2FServerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function testCreateChallenge(): void
8989
$this->assertGreaterThan(20, strlen($challengeResult));
9090
}
9191

92-
public function dataProviderForFixSignatureUnusedBits(): array
92+
public static function dataProviderForFixSignatureUnusedBits(): array
9393
{
9494
return [
9595
[

0 commit comments

Comments
 (0)