chamilo/chamilo-lms

View on GitHub
public/main/help/help.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$help_name = isset($_GET['open']) ? Security::remove_XSS($_GET['open']) : null;
Severity: Minor
Found in public/main/help/help.php by phpcodesniffer

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

    <h3><?php echo get_lang('H'.$help_name); ?></h3>
Severity: Minor
Found in public/main/help/help.php by phpcodesniffer

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

if (empty($help_name)) {
Severity: Minor
Found in public/main/help/help.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

 *    This script displays a help window.
Severity: Minor
Found in public/main/help/help.php by phpcodesniffer

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

<?php echo get_lang($help_name.'Content'); ?>
Severity: Minor
Found in public/main/help/help.php by phpcodesniffer

There are no issues that match your filters.

Category
Status