1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 07:18:08 +02:00

[ticket/9801] Remove spaces before * in docblock

PHPBB3-9801
This commit is contained in:
Marc Alexander
2014-06-26 12:29:54 +02:00
parent 277e9a7a85
commit eb9321c3a1

View File

@@ -14,8 +14,8 @@
namespace phpbb; namespace phpbb;
/** /**
* Class to handle viewonline related tasks * Class to handle viewonline related tasks
*/ */
class viewonline_helper class viewonline_helper
{ {
/** /**