LAV45/yii2-settings

View on GitHub
src/behaviors/ContextBehavior.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $_models is not named in camelCase.
Open

class ContextBehavior extends Behavior
{
    /**
     * @var array
     */
Severity: Minor
Found in src/behaviors/ContextBehavior.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