Showing 1,792 of 1,794 total issues

Line exceeds 120 characters; contains 122 characters
Open

        $this->tRow->trySet($this->getApp()->uiPersistence->typecastSaveRow($this->currentRow, $this->currentRow->get()));
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line exceeds 120 characters; contains 129 characters
Open

        // TODO dirty way to set stickyGet - add addQuickSearch to find the expected search input component ID and then remove it
Severity: Minor
Found in src/Grid.php by phpcodesniffer

Line exceeds 120 characters; contains 171 characters
Open

        } elseif (!$action->isOwnerEntity() && in_array($action->appliesTo, [Model\UserAction::APPLIES_TO_NO_RECORDS, Model\UserAction::APPLIES_TO_SINGLE_RECORD], true)) {

Line exceeds 120 characters; contains 143 characters
Open

        return new JsExpression('$([html]).modal(\'show\').data(\'needRemove\', true).addClass(\'atk-callback-response\')', ['html' => $html]);
Severity: Minor
Found in src/JsCallback.php by phpcodesniffer

Line exceeds 120 characters; contains 172 characters
Open

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

Line exceeds 120 characters; contains 139 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/View.php by phpcodesniffer

Line exceeds 120 characters; contains 139 characters
Open

        if (!$value instanceof Value && !$value instanceof HtmlTemplate) { // @phpstan-ignore instanceof.alwaysTrue, booleanAnd.alwaysFalse
Severity: Minor
Found in src/HtmlTemplate/TagTree.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 150 characters
Open

                    $arguments[$ex->name] = $this->getApp()->uiPersistence->typecastAttributeSaveField($exModel->getIdField(), $arguments[$ex->name]);
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 154 characters
Open

    public function __construct(View $view, array $args = [], ?JsExpressionable $afterSuccess = null, array $apiConfig = [], bool $includeStorage = false)
Severity: Minor
Found in src/Js/JsReload.php by phpcodesniffer

Line exceeds 120 characters; contains 168 characters
Open

    /** @var JsExpressionable|\Closure<T of Model>($this, T, mixed, mixed): ?JsBlock JS expression to return if action was successful, e.g "new JsToast('Thank you')" */

Line exceeds 120 characters; contains 169 characters
Open

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

Line exceeds 120 characters; contains 128 characters
Open

                throw new Exception('Executor must be of type UserAction\JsCallbackExecutor or UserAction\JsExecutorInterface');
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

        $this->getApp()->html->template->dangerouslySetHtml('Content', $this->getApp()->layout->template->renderToHtml());
Severity: Minor
Found in src/VirtualPage.php by phpcodesniffer

Line exceeds 120 characters; contains 133 characters
Open

            'loader' => ['selector' => '.ui.loader', 'trigger' => 'active'], // the CSS selector and trigger class to activate loader
Severity: Minor
Found in src/Panel/Right.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 132 characters
Open

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

Line exceeds 120 characters; contains 159 characters
Open

    /** @var array<'head'|'body'|'foot'|'all', array<string, string|list<string>>> Contains any custom attributes that may be applied on head, body or foot. */
Severity: Minor
Found in src/Table/Column.php by phpcodesniffer

Line exceeds 120 characters; contains 123 characters
Open

     * @param list<string>          $dataAttribute the data attribute name to include in reload from the triggering element
Severity: Minor
Found in src/Panel/Right.php by phpcodesniffer

Line exceeds 120 characters; contains 142 characters
Open

                    . number_format($value, max($this->currencyDecimals, $valueDecimals), $this->decimalSeparator, $this->thousandsSeparator);
Severity: Minor
Found in src/Persistence/Ui.php by phpcodesniffer
Severity
Category
Status
Source
Language