[ticket/12730] Minor formatting fixes

PHPBB3-12730
This commit is contained in:
Shitiz Garg 2014-06-19 03:45:51 +05:30
parent d15706bff5
commit e1454ec487
2 changed files with 7 additions and 7 deletions

View file

@ -16,16 +16,16 @@ namespace phpbb\profilefields\type;
class type_googleplus extends type_string
{
/**
* {@inheritDoc}
*/
* {@inheritDoc}
*/
public function get_name_short()
{
return 'googleplus';
}
/**
* {@inheritDoc}
*/
* {@inheritDoc}
*/
public function get_default_option_values()
{
return array(
@ -39,8 +39,8 @@ class type_googleplus extends type_string
}
/**
* {@inheritDoc}
*/
* {@inheritDoc}
*/
public function get_profile_contact_value($field_value, $field_data)
{
if (!$field_value && !$field_data['field_show_novalue'])