src/AbstractView.php
The property $_rendered is not named in camelCase. Open
Open
abstract class AbstractView
{
use AppScopeTrait;
use ContainerTrait {
add as private _add;
- 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
The property $_addLater is not named in camelCase. Open
Open
abstract class AbstractView
{
use AppScopeTrait;
use ContainerTrait {
add as private _add;
- 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 "$_addLater" should not be prefixed with an underscore to indicate visibility Open
Open
protected ?array $_addLater = [];
- Create a ticketCreate a ticket
- Exclude checks
Property name "$_rendered" should not be prefixed with an underscore to indicate visibility Open
Open
protected bool $_rendered = false;
- Create a ticketCreate a ticket
- Exclude checks