Skip to content

Commit

Permalink
Fixed return type hint in RequestListenerTest
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Oboza <konrad.oboza@ibexa.co>
  • Loading branch information
alongosz and konradoboza authored Jul 28, 2023
1 parent eba7961 commit c0203f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bundle/EventListener/RequestListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static function getDataForTestOnKernelRequest(): array
}

/**
* @retirm array<array{string}>
* @return array<array{string}>
*/
public static function nonRestRequestsUrisProvider(): array
{
Expand Down

0 comments on commit c0203f2

Please sign in to comment.