mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/9801] Remove spaces before * in docblock
PHPBB3-9801
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
namespace phpbb;
|
||||
|
||||
/**
|
||||
* Class to handle viewonline related tasks
|
||||
*/
|
||||
* Class to handle viewonline related tasks
|
||||
*/
|
||||
class viewonline_helper
|
||||
{
|
||||
/**
|
||||
|
Reference in New Issue
Block a user