Skip to content

Commit

Permalink
Fix Fixtures\ProviderMock interface violation
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Sep 6, 2021
1 parent 4ca60f3 commit 4e403eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Fixtures/ProviderMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ final class ProviderMock implements ProviderInterface
{
public function __construct() {}

public function getOptions(Request $request): void {}
public function getOptions(Request $request): array {}
}

0 comments on commit 4e403eb

Please sign in to comment.