This commit is contained in:
Philipp Lang 2023-11-16 12:07:07 +01:00
parent 613096220f
commit f01c4f9d02
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ enum Module: string
}
/**
* @return array<int, array{id: int, name: string}>
* @return array<int, array{id: string, name: string}>
*/
public static function forSelect(): array
{