Skip to content

Commit 1ffa2a8

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Fix named arguments in data providers Make more data providers static fix merge Mutate remaining data providers to static ones
2 parents 3e3b964 + d47c013 commit 1ffa2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Authenticator/AccessTokenAuthenticatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function testAccessTokenHeaderRegex(string $input, ?string $expectedToken
177177
$this->assertEquals($expectedToken, $token);
178178
}
179179

180-
public function provideAccessTokenHeaderRegex(): array
180+
public static function provideAccessTokenHeaderRegex(): array
181181
{
182182
return [
183183
['Bearer token', 'token'],

0 commit comments

Comments
 (0)