From e1454ec4872e22d9a3fe6e9a147d9926212c11b7 Mon Sep 17 00:00:00 2001 From: Shitiz Garg Date: Thu, 19 Jun 2014 03:45:51 +0530 Subject: [PATCH] [ticket/12730] Minor formatting fixes PHPBB3-12730 --- .../migration/data/v310/profilefield_googleplus.php | 2 +- phpBB/phpbb/profilefields/type/type_googleplus.php | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/phpBB/phpbb/db/migration/data/v310/profilefield_googleplus.php b/phpBB/phpbb/db/migration/data/v310/profilefield_googleplus.php index 8f9a9ed32f..bba20d117b 100644 --- a/phpBB/phpbb/db/migration/data/v310/profilefield_googleplus.php +++ b/phpBB/phpbb/db/migration/data/v310/profilefield_googleplus.php @@ -57,4 +57,4 @@ class profilefield_googleplus extends \phpbb\db\migration\profilefield_base_migr 'field_contact_desc' => 'VIEW_GOOGLEPLUS_PROFILE', 'field_contact_url' => 'http://plus.google.com/%s', ); -} \ No newline at end of file +} diff --git a/phpBB/phpbb/profilefields/type/type_googleplus.php b/phpBB/phpbb/profilefields/type/type_googleplus.php index 6611f9811d..aec37dffe9 100644 --- a/phpBB/phpbb/profilefields/type/type_googleplus.php +++ b/phpBB/phpbb/profilefields/type/type_googleplus.php @@ -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'])