mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-14 12:52:08 +02:00
[ticket/9801] Remove spaces before * in docblock
PHPBB3-9801
This commit is contained in:
parent
277e9a7a85
commit
eb9321c3a1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user