Showing 1,792 of 1,794 total issues

Line indented incorrectly; expected 12 spaces, found 16
Open

                if (is_array($ret)) {
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 12
Open

            }
Severity: Minor
Found in src/Table.php by phpcodesniffer

Closing brace must be on a line by itself
Open

class Layout extends View {}
Severity: Minor
Found in src/Layout.php by phpcodesniffer

Opening brace should be on a new line
Open

    protected function initExecutor(): void {}

Space before opening parenthesis of function call prohibited
Open

                $actions = [$lazyJsRenderFx(static fn () => $ex->jsExecute($arguments))];
Severity: Minor
Found in src/View.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    public $ui = 'table';
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    public $tTotals;
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        if (!$this->tHead) {
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    public $useHtmlTags = true;
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    }
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        }
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    public $sortDirection;
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        } else {
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 12
Open

            if ($pop->isFilterOn()) {
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 12 spaces, found 16
Open

                }
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    protected function getColumn(string $name)
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 12
Open

            }
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    public function resizableColumn($fx = null, $widths = null, array $resizerOptions = [])
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    }
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        }
Severity: Minor
Found in src/Table.php by phpcodesniffer
Severity
Category
Status
Source
Language