aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-07-28 12:21:46 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-07-28 12:21:46 +0200
commitcf9696767715eeef7d82f9dcd5533c50c4f119aa (patch)
treef65664a2ec303771b2a1db7c72b014343acf7717
parent45e1aff14a149a652924e77cd404e39b2e5aacb5 (diff)
downloadforums-cf9696767715eeef7d82f9dcd5533c50c4f119aa.tar
forums-cf9696767715eeef7d82f9dcd5533c50c4f119aa.tar.gz
forums-cf9696767715eeef7d82f9dcd5533c50c4f119aa.tar.bz2
forums-cf9696767715eeef7d82f9dcd5533c50c4f119aa.tar.xz
forums-cf9696767715eeef7d82f9dcd5533c50c4f119aa.zip
[ticket/15886] Fix minor code style issues
PHPBB3-15886
-rw-r--r--phpBB/phpbb/group/helper.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/phpBB/phpbb/group/helper.php b/phpBB/phpbb/group/helper.php
index 5f6d1ba440..aa3876b325 100644
--- a/phpBB/phpbb/group/helper.php
+++ b/phpBB/phpbb/group/helper.php
@@ -98,11 +98,11 @@ class helper
*
* @html Group name spans and links
*
- * @param string $mode profile (for getting an url to the profile),
- * group_name (for obtaining the group name),
- * colour (for obtaining the group colour),
- * full (for obtaining a coloured group name link to the group's profile),
- * no_profile (the same as full but forcing no profile link)
+ * @param string $mode Profile (for getting an url to the profile),
+ * group_name (for obtaining the group name),
+ * colour (for obtaining the group colour),
+ * full (for obtaining a coloured group name link to the group's profile),
+ * no_profile (the same as full but forcing no profile link)
* @param int $group_id The group id
* @param string $group_name The group name
* @param string $group_colour The group colour
@@ -195,7 +195,7 @@ class helper
* @var string custom_profile_url Optional parameter to specify a profile url.
* @var string group_name_string The string that has been generated
* @var array name_strings Array of original return templates
- * @since 3.2.6-RC1
+ * @since 3.2.8-RC1
*/
$vars = array(
'mode',
@@ -216,7 +216,7 @@ class helper
*
* @html Group rank image element
*
- * @param array $group_data the current stored group data
+ * @param array $group_data The current stored group data
*
* @return array An associative array containing the rank title (title),
* the rank image as full img tag (img) and the rank image source (img_src)
@@ -234,7 +234,7 @@ class helper
*
* @event core.get_group_rank_before
* @var array group_data Array with group's data
- * @since 3.2.6-RC1
+ * @since 3.2.8-RC1
*/
$vars = array('group_data');
@@ -264,7 +264,7 @@ class helper
* @event core.get_group_rank_after
* @var array group_data Array with group's data
* @var array group_rank_data Group rank data
- * @since 3.2.6-RC1
+ * @since 3.2.8-RC1
*/
$vars = array(