src/Js/Jquery.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $_library is not named in camelCase.
Open

class Jquery extends JsChain
{
    public string $_library = '$';

    /**
Severity: Minor
Found in src/Js/Jquery.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

Property name "$_library" should not be prefixed with an underscore to indicate visibility
Open

    public string $_library = '$';
Severity: Minor
Found in src/Js/Jquery.php by phpcodesniffer

There are no issues that match your filters.

Category
Status