mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17105] Add type specifier to docblock for column
PHPBB3-17105
This commit is contained in:
parent
ea8a4bf203
commit
4daf350d21
1 changed files with 2 additions and 2 deletions
|
@ -800,7 +800,7 @@ class doctrine implements tools_interface
|
|||
* @param Schema $schema
|
||||
* @param string $table_name
|
||||
* @param string $index_name
|
||||
* @param $column
|
||||
* @param string|array $column
|
||||
* @param bool $safe_check
|
||||
*
|
||||
* @throws SchemaException
|
||||
|
@ -822,7 +822,7 @@ class doctrine implements tools_interface
|
|||
* @param Schema $schema
|
||||
* @param string $table_name
|
||||
* @param string $index_name
|
||||
* @param $column
|
||||
* @param string|array $column
|
||||
* @param bool $safe_check
|
||||
*
|
||||
* @throws SchemaException
|
||||
|
|
Loading…
Add table
Reference in a new issue