mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/17107] Fix docblock issues
PHPBB3-17107
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
/** @var \phpbb\filesystem\filesystem_interface */
|
/** @var \phpbb\filesystem\filesystem_interface */
|
||||||
@@ -40,7 +40,7 @@ class viewonline_helper
|
|||||||
* Retrieve forum IDs and add the data into the session data array
|
* Retrieve forum IDs and add the data into the session data array
|
||||||
* Array structure matches sql_fethrowset() result array
|
* Array structure matches sql_fethrowset() result array
|
||||||
*
|
*
|
||||||
* @param string $session_data_rowset Users' session data array
|
* @param array $session_data_rowset Users' session data array
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user