Skip to content

Commit

Permalink
Make more data providers static
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Sep 20, 2024
1 parent 2ea5b04 commit f6df97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Authenticator/AccessTokenAuthenticatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public function testAccessTokenHeaderRegex(string $input, ?string $expectedToken
$this->assertEquals($expectedToken, $token);
}

public function provideAccessTokenHeaderRegex(): array
public static function provideAccessTokenHeaderRegex(): array
{
return [
['Bearer token', 'token'],
Expand Down

0 comments on commit f6df97a

Please sign in to comment.