Skip to content

Commit

Permalink
[CS] Fixed outstanding CS issue in EndpointRequestDefinitionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Nov 27, 2024
1 parent 4e145b9 commit c06c0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Request/Value/EndpointRequestDefinitionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
final class EndpointRequestDefinitionTest extends TestCase
{
/**
* @return iterable<string, array{null|string, 'xml'|'json'}>
* @return iterable<string, array{string|null, 'xml'|'json'}>
*/
public function getDataForTestExtractFormatFromAcceptHeader(): iterable
{
Expand Down

0 comments on commit c06c0b9

Please sign in to comment.