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 eb84769 commit 2d22e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Fixtures/ProviderMock.php
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 2d22e6d

Please sign in to comment.