Showing 1,792 of 1,794 total issues

Line exceeds 120 characters; contains 155 characters
Open

            throw new \Exception('Page contains elements with duplicate ID: ' . implode(', ', array_map(static fn ($v) => '"' . $v . '"', $duplicateIds)));
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

        if ($this->findElement(null, $compareSelector)->getText() !== $this->findElement(null, $compareToSelector)->getText()) {
Severity: Minor
Found in src/Behat/Context.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/CardDeck.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

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

Line exceeds 120 characters; contains 152 characters
Open

        $this->outputHtmlWithoutPre($this->getApp()->getTag('div', ['style' => 'font-family: monospace; white-space: pre;'], [$messageHtml]), $context);
Severity: Minor
Found in src/Console.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/Crud.php by phpcodesniffer

Line exceeds 120 characters; contains 133 characters
Open

            if ($action->modifier === Model\UserAction::MODIFIER_CREATE || $action->modifier === Model\UserAction::MODIFIER_UPDATE) {
Severity: Minor
Found in src/Crud.php by phpcodesniffer

Line exceeds 120 characters; contains 158 characters
Open

                    [new JsExpression('return flatpickr.formatDate(date, format, locale, formatSecondsPrecision).replace(/: ?0+(?! ?\.)(?=(?: |$))/, \'\');')]

Line exceeds 120 characters; contains 141 characters
Open

        $element = $this->findElement(null, '//input[@name="' . $inputName . '" and @type="hidden"]/following-sibling::input[@type="file"]');
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

                        const navigateCoverages = JSON.parse(window.sessionStorage.getItem('__coverage_navigate__') ?? '[]');

Line exceeds 120 characters; contains 134 characters
Open

        foreach ($this->getSession()->getPage()->findAll('css', 'div.ui.negative.icon.message > div.content > div.header') as $elem) {
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line exceeds 120 characters; contains 159 characters
Open

        $this->getSession()->executeScript('$(arguments[0]).dropdown(\'set selected\', arguments[1]);', [$lookupElem, $valueElem->getAttribute('data-value')]);
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line exceeds 120 characters; contains 142 characters
Open

                $ex = $cardDeck->sharedExecutorsContainer->getExecutorFactory()->createExecutor($action, $cardDeck->sharedExecutorsContainer);
Severity: Minor
Found in src/Card.php by phpcodesniffer

Line exceeds 120 characters; contains 137 characters
Open

        $lookupElem = $this->findElement(null, ($isSelectorXpath ? $inputName : '//input[@name="' . $inputName . '"]') . '/parent::div');
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line exceeds 120 characters; contains 139 characters
Open

        $this->executeScript('arguments[0].scrollIntoView({ behaviour: \'instant\', block: \'center\', inline: \'center\' })', [$element]);

Line exceeds 120 characters; contains 121 characters
Open

        $options = \JSON_UNESCAPED_SLASHES | \JSON_PRESERVE_ZERO_FRACTION | \JSON_UNESCAPED_UNICODE | \JSON_PRETTY_PRINT;
Severity: Minor
Found in src/App.php by phpcodesniffer

Line exceeds 120 characters; contains 133 characters
Open

    public function addClickAction(Model\UserAction $action, ?Button $button = null, array $args = [], ?string $confirm = null): self
Severity: Minor
Found in src/Card.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

                // catch and wrap an exception using a custom Error class to prevent "Callback requested, but never reached"
Severity: Minor
Found in src/Callback.php by phpcodesniffer

Line exceeds 120 characters; contains 159 characters
Open

    /** @var array<string, array{item: MenuItem, executor: AbstractView&ExecutorInterface}> Collection of APPLIES_TO_NO_RECORDS Scope Model action menu item */
Severity: Minor
Found in src/Crud.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

    protected function jqueryWait(string $extraWaitCondition = 'true', array $args = [], int $maxWaitdurationMs = 5000): void
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer
Severity
Category
Status
Source
Language