Showing 1,792 of 1,794 total issues

Line indented incorrectly; expected 0 spaces, found 4
Open

    protected array $typeToDecorator = [
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        if ($name === null) {
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

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

Line indented incorrectly; expected 0 spaces, found 4
Open

    public function setFilterColumn($cols = null): void
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

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

Line indented incorrectly; expected 4 spaces, found 8
Open

        if (!isset($this->columns[$name])) {
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 12
Open

            foreach ($this->columns as $name => $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 12 spaces, found 16
Open

                if ($this->hook(self::HOOK_AFTER_ROW) === false) {
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

Space before opening parenthesis of function call prohibited
Open

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

Opening brace must be the last content on the line
Open

        return $this->invokeFxWithUrlArgs(function () { // backup/restore $this->args and merge them with $urlArgs

Line indented incorrectly; expected 8 spaces, found 12
Open

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

Space before opening parenthesis of function call prohibited
Open

            }, array_map(static fn () => true, $this->action->args)); // @phpstan-ignore argument.type

Line indented incorrectly; expected 4 spaces, found 8
Open

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

Line indented incorrectly; expected 0 spaces, found 4
Open

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

Line indented incorrectly; expected 4 spaces, found 8
Open

        if ($field === null) {
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 12 spaces, found 16
Open

                if (isset($this->columns[$key])) {
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