Showing 1,769 of 1,771 total issues

Line exceeds 120 characters; contains 123 characters
Open

                        if (isset($frame['class']) && TraitUtil::hasTrait($frame['class'], WarnDynamicPropertyTrait::class)
Severity: Minor
Found in src/App.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

    public function addConfirmation(string $msg, string $title = 'Closing panel!', ?string $okButton = null, ?string $cancelButton = null): void
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

Line exceeds 120 characters; contains 135 characters
Open

        return $this->getApp()->getTag('div', ['class' => 'ui fitted checkbox ' . $this->class], [['input/', ['type' => 'checkbox']]]);

Line exceeds 120 characters; contains 148 characters
Open

                        $control->set($this->getApp()->uiPersistence->typecastAttributeLoadField($control->entityField->getField(), $postRawValue));
Severity: Minor
Found in src/Form.php by phpcodesniffer

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/Lister.php by phpcodesniffer

Line exceeds 120 characters; contains 155 characters
Open

        } elseif ($action instanceof UserAction\ExecutorInterface || $action instanceof UserAction\SharedExecutor || $action instanceof Model\UserAction) {
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 121 characters
Open

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

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

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

Line exceeds 120 characters; contains 162 characters
Open

            new JsExpression('if (event.target === this) { event.stopImmediatePropagation(); [] }', [new JsBlock([$this->formElement->js()->trigger('submit')])]),
Severity: Minor
Found in src/Form.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/Grid.php by phpcodesniffer

Line exceeds 120 characters; contains 187 characters
Open

        $table = $this->container->add(Factory::factory([Table::class, 'class.very compact very basic striped single line' => true, 'reload' => $this->container], $this->table), 'Table');
Severity: Minor
Found in src/Grid.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 151 characters
Open

        if ($this->getApp()->hasRequestQueryParam('__atk_reload') && $this->getApp()->getRequestQueryParam('__atk_reload') === ($this->name ?? null)) {
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 165 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 229 characters
Open

     * @param string                                                                                                                                                                                       $event    JavaScript event
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

        if ($selector !== null && !is_string($selector) && ($action === null || is_array($action)) && $defaults === []) {
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

     * @param \Closure(VirtualPage, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed): void $callback
Severity: Minor
Found in src/Accordion.php by phpcodesniffer
Severity
Category
Status
Source
Language