src/CardTable.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $_bypass is not named in camelCase.
Open

class CardTable extends Table
{
    protected bool $_bypass = false;

    /**
Severity: Minor
Found in src/CardTable.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 "$_bypass" should not be prefixed with an underscore to indicate visibility
Open

    protected bool $_bypass = false;
Severity: Minor
Found in src/CardTable.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

                $field->type === 'boolean' ? [Table\Column\Status::class, ['positive' => [true, 'Yes'], 'negative' => [false, 'No']]] : []
Severity: Minor
Found in src/CardTable.php by phpcodesniffer

There are no issues that match your filters.

Category
Status