Showing 1,792 of 1,794 total issues

Line indented incorrectly; expected 0 spaces, found 4
Open

    }
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 0 spaces, found 4
Open

    public function addJsPaginator($ipp, array $options = [], $container = null, $scrollRegion = 'Body')
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 0 spaces, found 4
Open

    protected function renderView(): void
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        if (!$this->columns) {
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 4 spaces, found 8
Open

        } elseif ($this->totalsPlan) {
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        if ($this->jsPaginator && ($this->_renderedRowsCount < $this->ipp)) {
Severity: Minor
Found in src/Table.php by phpcodesniffer

Space before opening parenthesis of function call prohibited
Open

            $menuElementNameCountsBackup = \Closure::bind(fn () => $this->_elementNameCounts, $this->menu, AbstractView::class)();
Severity: Minor
Found in src/Grid.php by phpcodesniffer

Closing brace must be on a line by itself
Open

                set_exception_handler(static function (\Throwable $t): void {});
Severity: Minor
Found in src/App.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

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

Line indented incorrectly; expected 0 spaces, found 4
Open

    protected function initChunks(): void
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    public function addColumn(?string $name, $columnDecorator = [], $field = [])
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 0 spaces, found 4
Open

    public function decoratorFactory(Field $field, $seed = [])
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

Opening brace must be the last content on the line
Open

        $this->invokeFxWithUrlArgs(function () { // backup/restore $this->args mutated in https://github.com/atk4/ui/blob/8926412a31/src/JsCallback.php#L71

Line indented incorrectly; expected 0 spaces, found 4
Open

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

Line indented incorrectly; expected 0 spaces, found 4
Open

    public $sortBy;
Severity: Minor
Found in src/Table.php by phpcodesniffer
Severity
Category
Status
Source
Language