mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/9801] Remove spaces before * in docblock
PHPBB3-9801
This commit is contained in:
@@ -14,16 +14,16 @@
|
|||||||
namespace phpbb;
|
namespace phpbb;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class to handle viewonline related tasks
|
* Class to handle viewonline related tasks
|
||||||
*/
|
*/
|
||||||
class viewonline_helper
|
class viewonline_helper
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Get user page
|
* Get user page
|
||||||
*
|
*
|
||||||
* @param string $session_page User's session page
|
* @param string $session_page User's session page
|
||||||
* @return array Match array filled by preg_match()
|
* @return array Match array filled by preg_match()
|
||||||
*/
|
*/
|
||||||
public function get_user_page($session_page)
|
public function get_user_page($session_page)
|
||||||
{
|
{
|
||||||
preg_match('#^([./\\]*+[a-z0-9/_-]+)#i', $session_page, $on_page);
|
preg_match('#^([./\\]*+[a-z0-9/_-]+)#i', $session_page, $on_page);
|
||||||
|
Reference in New Issue
Block a user