diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-06-26 12:29:54 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-06-26 14:37:38 +0200 |
commit | eb9321c3a1d2223ef2dc25671b6abbdd8b2df8ef (patch) | |
tree | 79b380b41422022e483210467d296648617b8e36 /phpBB/phpbb/viewonline_helper.php | |
parent | 277e9a7a850165b002901926838d6cee1bec0f57 (diff) | |
download | forums-eb9321c3a1d2223ef2dc25671b6abbdd8b2df8ef.tar forums-eb9321c3a1d2223ef2dc25671b6abbdd8b2df8ef.tar.gz forums-eb9321c3a1d2223ef2dc25671b6abbdd8b2df8ef.tar.bz2 forums-eb9321c3a1d2223ef2dc25671b6abbdd8b2df8ef.tar.xz forums-eb9321c3a1d2223ef2dc25671b6abbdd8b2df8ef.zip |
[ticket/9801] Remove spaces before * in docblock
PHPBB3-9801
Diffstat (limited to 'phpBB/phpbb/viewonline_helper.php')
-rw-r--r-- | phpBB/phpbb/viewonline_helper.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/phpbb/viewonline_helper.php b/phpBB/phpbb/viewonline_helper.php index 3aafbb2baf..32b7e55f00 100644 --- a/phpBB/phpbb/viewonline_helper.php +++ b/phpBB/phpbb/viewonline_helper.php @@ -14,16 +14,16 @@ namespace phpbb; /** - * Class to handle viewonline related tasks - */ +* Class to handle viewonline related tasks +*/ class viewonline_helper { /** - * Get user page - * - * @param string $session_page User's session page - * @return array Match array filled by preg_match() - */ + * Get user page + * + * @param string $session_page User's session page + * @return array Match array filled by preg_match() + */ public function get_user_page($session_page) { preg_match('#^([./\\]*+[a-z0-9/_-]+)#i', $session_page, $on_page); |