chamilo/chamilo-lms

View on GitHub
public/main/admin/legal_list.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "tool_name" is not in valid camel caps format
Open

$tool_name = get_lang('Terms and Conditions');

Consider putting global function "getLegalDataMask" in a static class
Open

function getLegalDataMask($id, $params = null, $row = null)

Variable "tool_name" is not in valid camel caps format
Open

Display::display_header($tool_name);

Consider putting global function "countMask" in a static class
Open

function countMask()

Missing function doc comment
Open

function countMask()

Variable "this_section" is not in valid camel caps format
Open

$this_section = SECTION_PLATFORM_ADMIN;

You must use "/**" style comments for a function comment
Open

function getLegalDataMask($id, $params = null, $row = null)

There are no issues that match your filters.

Category
Status