mambax7/songlist

View on GitHub
class/Visibility.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $field_id is not named in camelCase.
Open

class Visibility extends XoopsObject
{
    public $field_id;
    public $user_group;
    public $profile_group;
Severity: Minor
Found in class/Visibility.php by phpmd

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

The property $profile_group is not named in camelCase.
Open

class Visibility extends XoopsObject
{
    public $field_id;
    public $user_group;
    public $profile_group;
Severity: Minor
Found in class/Visibility.php by phpmd

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

The property $user_group is not named in camelCase.
Open

class Visibility extends XoopsObject
{
    public $field_id;
    public $user_group;
    public $profile_group;
Severity: Minor
Found in class/Visibility.php by phpmd

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

There are no issues that match your filters.

Category
Status