Showing 1,792 of 1,794 total issues

Line exceeds 120 characters; contains 126 characters
Open

    /** @var array<string, array{button: MenuItem, executor: ExecutorInterface}> A collection of menu button added in Menu. */
Severity: Minor
Found in src/CardDeck.php by phpcodesniffer

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

            'if (Array.prototype.filter.call(document.getElementsByTagName(\'style\'), (e) => e.getAttribute(\'about\') === \'atk4-ui-behat\').length === 0) {'
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line exceeds 120 characters; contains 126 characters
Open

            throw new \Exception('Element " . $selector . " attribute "' . $attribute . '" does not contain "' . $text . '"');
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line exceeds 120 characters; contains 164 characters
Open

        return $this->getApp()->hasRequestQueryParam(self::URL_QUERY_TARGET) && $this->getApp()->getRequestQueryParam(self::URL_QUERY_TARGET) === $this->urlTrigger;
Severity: Minor
Found in src/Callback.php by phpcodesniffer

Line exceeds 120 characters; contains 155 characters
Open

        $this->template->trySet('dataId', $this->getApp()->uiPersistence->typecastAttributeSaveField($this->entity->getIdField(), $this->entity->getId()));
Severity: Minor
Found in src/Card.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

            throw new \Exception('Toast is displayed: "' . $this->findElement(reset($toasts), '.content')->getText() . '"');
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line exceeds 120 characters; contains 164 characters
Open

        $outputFile = $outputDir . '/' . basename($_SERVER['SCRIPT_NAME'] ?? 'unknown', '.php') . '-' . hash('sha256', microtime(true) . random_bytes(64)) . '.cov';
Severity: Minor
Found in src/Behat/CoverageUtil.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

            'arguments[0].setSelectionRange(Math.min(arguments[1], Number.MAX_SAFE_INTEGER), Math.min(arguments[2], Number.MAX_SAFE_INTEGER));',

Line exceeds 120 characters; contains 129 characters
Open

        $button = $this->addButton($button ?? $this->getExecutorFactory()->createTrigger($action, ExecutorFactory::CARD_BUTTON));
Severity: Minor
Found in src/Card.php by phpcodesniffer

Line exceeds 120 characters; contains 137 characters
Open

    /** @var list<string> Model single scope action to include in table action column. Will include all single scope actions if empty. */
Severity: Minor
Found in src/CardDeck.php by phpcodesniffer

Line exceeds 120 characters; contains 143 characters
Open

                $c = $this->cardHolder->add(Factory::factory($this->cardSeed, ['useLabel' => $this->useLabel, 'useTable' => $this->useTable]));
Severity: Minor
Found in src/CardDeck.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

                $field->type === 'boolean' ? [Table\Column\Status::class, ['positive' => [true, 'Yes'], 'negative' => [false, 'No']]] : []
Severity: Minor
Found in src/CardTable.php by phpcodesniffer

Line exceeds 120 characters; contains 123 characters
Open

     * @param \Closure(string): (JsExpressionable|View|string|void) $fx handler where new selected Item value is passed too
Severity: Minor
Found in src/Dropdown.php by phpcodesniffer

Line exceeds 120 characters; contains 170 characters
Open

                'if ($(this).data(\'currentValue\') != value) { $(this).atkAjaxec({ url: [url], urlOptions: { item: value } }); $(this).data(\'currentValue\', value); }',
Severity: Minor
Found in src/Dropdown.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

        // copied from https://github.com/Behat/MinkExtension/blob/v2.2/src/Behat/MinkExtension/Context/MinkContext.php#L567
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line exceeds 120 characters; contains 133 characters
Open

        $isChecked = $this->getSession()->evaluateScript('$(\'[data-name="' . $name . '"]\').find(\'input\')[' . $idx . '].checked');
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

    /** @var list<string> Model no_record scope action to include in menu. Will include all no record scope actions if empty. */
Severity: Minor
Found in src/CardDeck.php by phpcodesniffer

Line exceeds 120 characters; contains 142 characters
Open

                $cascadeFromControl = $control instanceof Control\DropdownCascade ? $control->cascadeFrom : ($control['cascadeFrom'] ?? null);
Severity: Minor
Found in src/Form/AbstractLayout.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

            . ' && jQuery.active === 0' // no jQuery AJAX request, https://github.com/jquery/jquery/blob/3.6.4/src/ajax.js#L582
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer
Severity
Category
Status
Source
Language