src/CardTable.php
The property $_bypass is not named in camelCase. Open
Open
class CardTable extends Table
{
protected bool $_bypass = false;
/**
- 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 "$_bypass" should not be prefixed with an underscore to indicate visibility Open
Open
protected bool $_bypass = false;
- Create a ticketCreate a ticket
- Exclude checks
Line exceeds 120 characters; contains 138 characters Open
Open
$field->type === 'boolean' ? [Table\Column\Status::class, ['positive' => [true, 'Yes'], 'negative' => [false, 'No']]] : []
- Create a ticketCreate a ticket
- Exclude checks