src/Js/Jquery.php
The property $_library is not named in camelCase. Open
Open
class Jquery extends JsChain
{
public string $_library = '$';
/**
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
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
Open
public string $_library = '$';
- Create a ticketCreate a ticket
- Exclude checks