Skip to content

Commit

Permalink
Fix AcceptLanguageTest fix a trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kudashevs committed Dec 14, 2024
1 parent 935d437 commit 6ae9df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/AcceptLanguageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ public static function provideDifferentRequestHeaderValues(): array
public function it_can_retrieve_a_preferred_language_when_the_accepted_languages_is_set(
array $options,
string $expectedLanguage,
$expectedQuality,
$expectedQuality
): void {
$service = new AcceptLanguage($options);
$service->process();
Expand Down

0 comments on commit 6ae9df1

Please sign in to comment.