1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 02:57:15 +02:00

PHPDoc fixes and code optimization.

This commit is contained in:
Cameron
2021-12-03 14:58:33 -08:00
parent aff6daf590
commit 0d8f3e9086
73 changed files with 241 additions and 210 deletions

View File

@@ -49,7 +49,7 @@ class chatbox_menu_shortcodes extends e_shortcode
/**
* Returns user_id from cb_nick
*
* @return mixed
* @return string
*/
protected function getUserIdFromNick()
{
@@ -63,7 +63,7 @@ class chatbox_menu_shortcodes extends e_shortcode
/**
* Returns user_name from cb_nick
*
* @return mixed
* @return string
*/
protected function getUserNameFromNick()
{
@@ -104,7 +104,7 @@ class chatbox_menu_shortcodes extends e_shortcode
*
* @param null $parm
*
* @return mixed|string
* @return string
*/
public function sc_cb_username($parm = null)
{