mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/11201] Fix parameter description
PHPBB3-11201
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user