e107_plugins/forum/forum_mod.php
Avoid too many return
statements within this method. Open
Open
return forumDeletePost($id);
Suspicious type bool|null
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
return LAN_CANCEL.' and '.$ret.' '.FORLAN_7.'.';
- Exclude checks
Suspicious type true
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
return LAN_CANCEL.' and '.$ret.' '.FORLAN_7.'.';
- Exclude checks