Showing 1,792 of 1,794 total issues

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 143 characters
Open

     * @param \Closure(Jquery, mixed): (JsExpressionable|View|string|void) $fx             a callback function with columns widths as parameter
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

        return JsBlock::fromHookResult($this->hook(self::HOOK_AFTER_EXECUTE, [$return]) // @phpstan-ignore ternary.shortNotAllowed

Line exceeds 120 characters; contains 129 characters
Open

 *  - MarkdownPreview. Requires $preview callback to be defined by the action. Will treat output as Markdown. Confirm button will

Line exceeds 120 characters; contains 122 characters
Open

 * a jsAction to Modal::addDenyAction or Modal::addApproveAction method. It will not close until the jsAction return true.
Severity: Minor
Found in src/Modal.php by phpcodesniffer

Line exceeds 120 characters; contains 173 characters
Open

                $this->getApp()->tryGetRequestQueryParam($this->name . '_session_store') ?? $this->getApp()->tryGetRequestPostParam($this->name . '_session_store') ?? 'null'
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

            $setupNonSharedExecutorFx = function (UserAction\ExecutorInterface $ex) use (&$defaults, &$arguments): void {
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

            $this->html->js(true, new JsExpression('flatpickr.localize(window.flatpickr.l10ns.' . $this->uiPersistence->locale . ')'));
Severity: Minor
Found in src/App.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

        $attributePersistence->datetimeFormat = $attributePersistence->dateFormat . ' ' . $attributePersistence->timeFormat;
Severity: Minor
Found in src/Persistence/Ui.php by phpcodesniffer

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 124 characters
Open

     * @param array<string, string|bool|list<string>>                                                                  $attr
Severity: Minor
Found in src/Table/Column.php by phpcodesniffer

Line exceeds 120 characters; contains 180 characters
Open

            $pop = $col->addPopup(new Table\Column\FilterPopup(['field' => $this->model->getField($colName), 'reload' => $this->reload, 'colTrigger' => '#' . $col->name . '_ac']));
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

     * @param array<string, mixed>                                                                              $settings
Severity: Minor
Found in src/Tabs.php by phpcodesniffer

Line exceeds 120 characters; contains 146 characters
Open

            throw new Exception('You must specify template for Form/Layout/Custom. Try [\'Custom\', \'defaultTemplate\' => \'./yourform.html\']');
Severity: Minor
Found in src/Form/Layout/Custom.php by phpcodesniffer

Line exceeds 120 characters; contains 173 characters
Open

            $this->template->tryDangerouslySetHtml('HeaderImage', $this->getApp()->getTag('img/', ['class' => 'ui image', 'src' => $this->image, 'alt' => $this->imageAlt]));
Severity: Minor
Found in src/Layout/Centered.php by phpcodesniffer

Line exceeds 120 characters; contains 176 characters
Open

                        $this->name => $this->getApp()->uiPersistence->typecastAttributeSaveField($this->action->getModel()->getIdField(), $this->action->getEntity()->getId()),

Line exceeds 120 characters; contains 140 characters
Open

            (View::class)::addTo($this->stepList)->set($this->stepListItems[$step])->addClass('item')->setAttr(['data-list-item' => $step]);

Line exceeds 120 characters; contains 135 characters
Open

    /** @var View|string the atk4 View to be reloaded or a id selector string View to be reloaded that contains data to be filtered. */

Line exceeds 120 characters; contains 154 characters
Open

     * @param string|array<0|string, string|int|false> $page                URL as string or array with page path as first element and other GET arguments
Severity: Minor
Found in src/App.php by phpcodesniffer

Line exceeds 120 characters; contains 156 characters
Open

    public function jsOpen(array $urlArgs = [], array $dataAttribute = [], ?string $activeCss = null, ?JsExpressionable $jsTrigger = null): JsExpressionable
Severity: Minor
Found in src/Panel/Right.php by phpcodesniffer
Severity
Category
Status
Source
Language