public/main/admin/legal_list.php
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Terms and Conditions');
- Exclude checks
Consider putting global function "getLegalDataMask" in a static class Open
Open
function getLegalDataMask($id, $params = null, $row = null)
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name);
- Exclude checks
Consider putting global function "countMask" in a static class Open
Open
function countMask()
- Exclude checks
Missing function doc comment Open
Open
function countMask()
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_PLATFORM_ADMIN;
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
function getLegalDataMask($id, $params = null, $row = null)
- Exclude checks