Showing 1,792 of 1,794 total issues

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

                    || (elem.classList.contains('ui') && ['button', 'input', 'checkbox', 'dropdown'].some(v => elem.classList.contains(v)))) {
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

                $this->template->dangerouslyAppendHtml('Content', $element->getHtml()); // @phpstan-ignore method.notFound
Severity: Minor
Found in src/Form/Layout.php by phpcodesniffer

Line exceeds 120 characters; contains 126 characters
Open

    /** @var Menu|array<mixed>|false Will be initialized to Menu object, however you can set this to false to disable menu. */
Severity: Minor
Found in src/Grid.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

            $this->buttonSave->on('keypress', new JsExpression('if (event.keyCode === 13) { [] }', [new JsBlock([$jsSubmit])]));
Severity: Minor
Found in src/Form.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

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

Line exceeds 120 characters; contains 131 characters
Open

                    if ($e->getPrevious() !== null && $e instanceof DataException && $e->getMessage() === 'Typecast parse error') {
Severity: Minor
Found in src/Form.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 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 127 characters
Open

                $this->container->js(true, $this->quickSearch->js()->atkJsSearch('setUrlArgs', [$this->sortTrigger, $sortBy]));
Severity: Minor
Found in src/Grid.php by phpcodesniffer

Line exceeds 120 characters; contains 141 characters
Open

     * @param \Closure(Jquery, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed): (JsExpressionable|View|string|void) $fx
Severity: Minor
Found in src/JsCallback.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

        return new JsBlock([(new Jquery($this->getOwner() /* TODO element and loader element should be passed explicitly */))->atkAjaxec([
Severity: Minor
Found in src/JsCallback.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 159 characters
Open

            $this->template->loadFromString(preg_replace('~<div class="\{\$headerClass\}">\{\$title\}</div>\s*~', '', $this->template->toLoadableString(), 1));
Severity: Minor
Found in src/Modal.php by phpcodesniffer

Line exceeds 120 characters; contains 212 characters
Open

     * @param array<int|string, mixed>                                                                                                                                                                     $defaults
Severity: Minor
Found in src/View.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 191 characters
Open

            array_unshift($eventStatements, new JsExpression('$.atkConfirm({ message: [confirm], onApprove: [action], options: { button: { ok: [ok], cancel: [cancel] } }, context: this })', [
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

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

Line exceeds 120 characters; contains 146 characters
Open

            $this->addStep(['No Steps Defined', 'icon' => 'configure', 'description' => 'use $wizard->addStep() now'], static function (self $p) {
Severity: Minor
Found in src/Wizard.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

     * @param string|list<array{0: string, 1?: array<0|string, string|bool>, 2?: string|list<mixed>|null}|string>|null $value
Severity: Minor
Found in src/App.php by phpcodesniffer
Severity
Category
Status
Source
Language