Skip to content

Commit

Permalink
refactor: add closure void return type in tests (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Dec 30, 2024
1 parent 311fe70 commit e42272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TokenStorageProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function testGetStorageTwice(): void
$this->assertSame($sameStorage, $provider->getStorage('database'));
}

public function testGetDifferentStorage()
public function testGetDifferentStorage(): void
{
$provider = new TokenStorageProvider(
new AuthConfig([
Expand Down

0 comments on commit e42272d

Please sign in to comment.