Showing 1,763 of 1,765 total issues

Line exceeds 120 characters; contains 131 characters
Open

        return $this->getApp()->getTag('img/', ['src' => parent::getDataCellTemplate($field), 'alt' => $caption, 'border' => '0']);
Severity: Minor
Found in src/Table/Column/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 188 characters
Open

    /** @var \Closure<TModel of Model, TField of Field>(TModel, TField|null): list<array<0|string, mixed>|Table\Column> Method to execute which will return array of seeds for decorators */

Line exceeds 120 characters; contains 121 characters
Open

        $this->table->on('click', '.b_' . $name, $action, [$this->table->jsRow()->data('id'), 'confirm' => $confirmMsg]);

Line exceeds 120 characters; contains 129 characters
Open

                    $model->addCondition($filter['name'], $filter['op'], $this->getDatetime($filter['value'])->setTime(0, 0, 0));

Line exceeds 120 characters; contains 124 characters
Open

            $page[$key] = $this->getApp()->uiPersistence->typecastAttributeSaveField($row->getField($val), $row->get($val));
Severity: Minor
Found in src/Table/Column/Link.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

     * @param 'head'|'body'|'foot'                                                                                     $position
Severity: Minor
Found in src/Table/Column.php by phpcodesniffer

Line exceeds 120 characters; contains 154 characters
Open

        $view->name = \Closure::bind(static fn (Table $table) => $view->_shorten($table->name, $view->shortName, null), null, Table::class)($this->table);
Severity: Minor
Found in src/Table/Column.php by phpcodesniffer

Line exceeds 120 characters; contains 161 characters
Open

 * @phpstan-type JsCallbackSetClosure \Closure(Jquery, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed): (JsExpressionable|View|string|void)
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line exceeds 120 characters; contains 143 characters
Open

                $value = $dtClass::createFromFormat('!' . $format, $value, $field->type === 'datetime' ? new $tzClass($this->timezone) : null);
Severity: Minor
Found in src/Persistence/Ui.php by phpcodesniffer

Line exceeds 120 characters; contains 151 characters
Open

        return $this->addButton($button, $modal->jsShow(array_merge([$this->name => $this->getOwner()->jsRow()->data('id')], $args)), '', $isDisabled);

Line exceeds 120 characters; contains 134 characters
Open

     * @param \Closure<TModel of Model, TField of Field>(TModel, TField|null): list<array<0|string, mixed>|Table\Column> $decoratorsFx

Line exceeds 120 characters; contains 141 characters
Open

                    $model->addCondition($filter['name'], $filter['op'], $this->getDatetime($filter['value'])->setTime(23, 59, 59, 999_999));

Line exceeds 120 characters; contains 127 characters
Open

            $columnDecorator = $this->decoratorFactory($field, Factory::mergeSeeds($columnDecorator, ['columnData' => $name]));
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line exceeds 120 characters; contains 134 characters
Open

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

Line exceeds 120 characters; contains 166 characters
Open

        $pageLength = ItemsPerPageSelector::addTo($this->paginator, ['pageLengthItems' => $items, 'label' => $label, 'currentIpp' => $this->ipp], ['afterPaginator']);
Severity: Minor
Found in src/Grid.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

            throw new Exception('Lister does not have default template. Either supply your own HTML or use "defaultTemplate" => "lister.html"');
Severity: Minor
Found in src/Lister.php by phpcodesniffer

Line exceeds 120 characters; contains 123 characters
Open

     * @param string $scrollRegion A specific template region to render. Render output is append to container HTML element.
Severity: Minor
Found in src/Lister.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

        $subMenu = (self::class)::addTo($this, ['defaultTemplate' => 'submenu.html', 'ui' => 'dropdown', 'inDropdown' => true]);
Severity: Minor
Found in src/Menu.php by phpcodesniffer

Line exceeds 120 characters; contains 140 characters
Open

     *                                                   This is the initial data pass to your main component via the initData bind property
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

                    $this->getApp()->getTag('script', [], (new Jquery(new JsFunction([], $this->getJs())))->jsRender() . ';')
Severity: Minor
Found in src/VirtualPage.php by phpcodesniffer
Severity
Category
Status
Source
Language