chamilo/chamilo-lms

View on GitHub
public/main/lp/aiccBlock.class.php

Summary

Maintainability
A
0 mins
Test Coverage

The class aiccBlock is not named in CamelCase.
Open

class aiccBlock extends learnpathItem
{
    public $identifier = '';
    public $members = [];

Severity: Minor
Found in public/main/lp/aiccBlock.class.php by phpmd

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

Arguments with default values must be at the end of the argument list
Open

    public function __construct($type = 'config', $params)

Class name "aiccBlock" is not in camel caps format
Open

class aiccBlock extends learnpathItem

There are no issues that match your filters.

Category
Status