mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11201] Fix parameter description
PHPBB3-11201
This commit is contained in:
parent
12932e8113
commit
514a59ffa7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class profilefield_types extends \phpbb\db\migration\migration
|
||||||
/**
|
/**
|
||||||
* Determine the new field type for a given phpBB 3.0 field type
|
* Determine the new field type for a given phpBB 3.0 field type
|
||||||
*
|
*
|
||||||
* @param $field_type int Field type in 3.0
|
* @param $field_type string Field type in 3.0
|
||||||
* @return string Field new type which is used since 3.1
|
* @return string Field new type which is used since 3.1
|
||||||
*/
|
*/
|
||||||
public function convert_phpbb30_field_type($field_type)
|
public function convert_phpbb30_field_type($field_type)
|
||||||
|
|
Loading…
Add table
Reference in a new issue