1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-14 20:54:13 +02:00

[ticket/17525] Add index names test for generated database schema

PHPBB-17525
This commit is contained in:
rxu
2025-06-25 22:24:50 +07:00
parent a229797cd7
commit 75c5fe9459
2 changed files with 56 additions and 1 deletions

View File

@@ -127,7 +127,7 @@ class table_helper
* Maps short table names for the purpose of prefixing tables' index names.
*
* @param array $additional_tables Additional table names without prefix to add to the map.
* @param array $table_prefix Tables prefix.
* @param string $table_prefix Tables prefix.
*
* @return array<string, string> Pairs of table names and their short name representations.
* @psalm-return array{string, string}