aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
diff options
context:
space:
mode:
authorShitiz Garg <mail@dragooon.net>2014-06-19 03:45:51 +0530
committerShitiz Garg <mail@dragooon.net>2014-06-21 03:31:23 +0530
commite1454ec4872e22d9a3fe6e9a147d9926212c11b7 (patch)
tree29c4ca887c5d224189e0124e7272b7f2042b90ad /phpBB/phpbb/profilefields
parentd15706bff55cb828eb0972d421bb15d042350652 (diff)
downloadforums-e1454ec4872e22d9a3fe6e9a147d9926212c11b7.tar
forums-e1454ec4872e22d9a3fe6e9a147d9926212c11b7.tar.gz
forums-e1454ec4872e22d9a3fe6e9a147d9926212c11b7.tar.bz2
forums-e1454ec4872e22d9a3fe6e9a147d9926212c11b7.tar.xz
forums-e1454ec4872e22d9a3fe6e9a147d9926212c11b7.zip
[ticket/12730] Minor formatting fixes
PHPBB3-12730
Diffstat (limited to 'phpBB/phpbb/profilefields')
-rw-r--r--phpBB/phpbb/profilefields/type/type_googleplus.php12
1 files changed, 6 insertions, 6 deletions
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'])