Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Feb 6, 2024
1 parent 886b193 commit d873322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/Admin/BaseAdminTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ abstract public static function provideCrudUrlsCases(): iterable;
abstract public static function provideFormsUrlsCases(): iterable;

/**
* @return iterable<array<string|array|integer>>
* @return iterable<array<string|array|int>>
*
* @phpstan-return iterable<array{0: string, 1?: array<string>, 2?: integer}>
*/
Expand Down

0 comments on commit d873322

Please sign in to comment.