Showing 1,792 of 1,794 total issues

Line exceeds 120 characters; contains 140 characters
Open

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

Line exceeds 120 characters; contains 124 characters
Open

            $ipp = $this->getApp()->hasRequestQueryParam('ipp') ? (int) $this->getApp()->getRequestQueryParam('ipp') : null;
Severity: Minor
Found in src/ItemsPerPageSelector.php by phpcodesniffer

Line exceeds 120 characters; contains 156 characters
Open

        parent::__construct('$(this).atkCreateModal([arg])', ['arg' => ['url' => $url, 'title' => $title, 'dataType' => $dataType, 'urlOptions' => $args]]);
Severity: Minor
Found in src/Js/JsModal.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 136 characters
Open

    public $stepListItems = ['args' => 'Fill argument(s)', 'fields' => 'Edit Record(s)', 'preview' => 'Preview', 'final' => 'Complete'];

Line exceeds 120 characters; contains 144 characters
Open

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

Line exceeds 120 characters; contains 136 characters
Open

    public $stepListItems = ['args' => 'Fill argument(s)', 'fields' => 'Edit Record(s)', 'preview' => 'Preview', 'final' => 'Complete'];

Line exceeds 120 characters; contains 124 characters
Open

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

Line exceeds 120 characters; contains 130 characters
Open

    public $cancelButtonSeed = [Button::class, ['Cancel', 'class.small left floated basic blue' => true, 'icon' => 'left arrow']];

Line exceeds 120 characters; contains 153 characters
Open

        if (!is_string($content) && $content !== null) { // @phpstan-ignore function.alreadyNarrowedType, notIdentical.alwaysTrue, booleanAnd.alwaysFalse
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 129 characters
Open

                throw (new Exception('Callback requested, but never reached. You may be missing some arguments in request URL.'))
Severity: Minor
Found in src/App.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

        $button->on('click', $cardDeck !== null ? $cardDeck->sharedExecutorsContainer->getExecutor($action) : $action, $defaults);
Severity: Minor
Found in src/Card.php by phpcodesniffer

Line exceeds 120 characters; contains 123 characters
Open

        } elseif (is_a($controlClass, Control\Dropdown::class, true) || is_a($controlClass, Control\Lookup::class, true)) {
Severity: Minor
Found in src/Form/AbstractLayout.php by phpcodesniffer

Line exceeds 120 characters; contains 142 characters
Open

            'window.syn[arguments[2]] = true; window.syn.' . $action . '(arguments[0], arguments[1], () => delete window.syn[arguments[2]]);',

Line exceeds 120 characters; contains 125 characters
Open

                : ($action->appliesTo === Model\UserAction::APPLIES_TO_SINGLE_RECORD ? $this->deleteMsg : $this->defaultMsg);
Severity: Minor
Found in src/CardDeck.php by phpcodesniffer

Line exceeds 120 characters; contains 170 characters
Open

                $executor->onHook(UserAction\ModalExecutor::HOOK_STEP, static function (UserAction\ModalExecutor $ex, string $step, Form $form) use ($onAction, $action) {
Severity: Minor
Found in src/Crud.php by phpcodesniffer

Line exceeds 120 characters; contains 149 characters
Open

            // fix self::getFinishedScript() detection for Firefox - document.readyState is updated after at least part of a new page has been loaded
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line exceeds 120 characters; contains 147 characters
Open

    public function addSection(?string $title = null, ?Model $entity = null, ?array $fields = null, bool $useTable = false, bool $useLabel = false)
Severity: Minor
Found in src/Card.php by phpcodesniffer

Line exceeds 120 characters; contains 134 characters
Open

        $executor->onHook(UserAction\BasicExecutor::HOOK_AFTER_EXECUTE, function (ExecutorInterface $ex, $return, $id) use ($action) {
Severity: Minor
Found in src/Crud.php by phpcodesniffer

Line exceeds 120 characters; contains 146 characters
Open

     * @var \Closure<T of Model>(T): array{title: mixed, icon?: mixed}|\Closure(mixed, array-key): array{value: mixed, title: mixed, icon?: mixed}
Severity
Category
Status
Source
Language