Showing 1,763 of 1,765 total issues

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

        return new JsBlock([(new Jquery($this->getOwner() /* TODO element and loader element should be passed explicitly */))->atkServerEvent($options)]);
Severity: Minor
Found in src/JsSse.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

            $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 168 characters
Open

            $this->on('click', '.item', new JsReload($this->reload, array_merge([$this->urlTrigger => new JsExpression('$(this).data(\'page\')')], $this->reloadArgs)));
Severity: Minor
Found in src/Paginator.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

Line exceeds 120 characters; contains 132 characters
Open

            if (((new \ReflectionProperty(self::class, 'model'))->isInitialized($this) ? $this->model : $this->entity) === $model) {
Severity: Minor
Found in src/View.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 123 characters
Open

        if ($this->template->hasTag('AfterBeforeInput') && str_contains($this->template->renderToHtml(), ' type="file"')) {
Severity: Minor
Found in src/View.php by phpcodesniffer

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

            self::URL_QUERY_TRIGGER_PREFIX . $this->urlTrigger => $value ?? ($this->isTriggered() ? $this->getTriggeredValue() : ''),
Severity: Minor
Found in src/Callback.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 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 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 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 143 characters
Open

            $this->_tItem->set('value', $this->getApp()->uiPersistence->typecastAttributeSaveField($this->model->getIdField(), $row->getId()));

Line exceeds 120 characters; contains 144 characters
Open

    /** @var string Set this to true, to permit "empty" selection. If you set it to string, it will be used as a placeholder for empty value. */
Severity: Minor
Found in src/Form/Control/Lookup.php by phpcodesniffer

Line exceeds 120 characters; contains 155 characters
Open

            $this->tRow->set('dataId', $this->getApp()->uiPersistence->typecastAttributeSaveField($this->model->getIdField(), $this->currentRow->getId()));
Severity: Minor
Found in src/Table.php by phpcodesniffer
Severity
Category
Status
Source
Language