[ticket/289] Fix scrutinizer documentation issues
This commit is contained in:
@@ -66,10 +66,10 @@ class main_menu extends module_base
|
||||
/** @var \phpbb\template */
|
||||
protected $template;
|
||||
|
||||
/** @var php file extension */
|
||||
/** @var string PHP file extension */
|
||||
protected $php_ext;
|
||||
|
||||
/** @var phpbb root path */
|
||||
/** @var string phpBB root path */
|
||||
protected $phpbb_root_path;
|
||||
|
||||
/** @var \phpbb\user */
|
||||
@@ -526,7 +526,7 @@ class main_menu extends module_base
|
||||
*
|
||||
* @param string $serial_str Serialized string
|
||||
*
|
||||
* @return string Unserialized string
|
||||
* @return array Unserialized string
|
||||
*/
|
||||
private function utf_unserialize($serial_str)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user