1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11201] Fix parameter description

PHPBB3-11201
This commit is contained in:
Joas Schilling
2014-02-02 12:39:21 +01:00
parent 12932e8113
commit 514a59ffa7

View File

@@ -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
*
* @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
*/
public function convert_phpbb30_field_type($field_type)