Showing 1,792 of 1,794 total issues

Line exceeds 120 characters; contains 123 characters
Open

            $requestCreator = new ServerRequestCreator($requestFactory, $requestFactory, $requestFactory, $requestFactory);
Severity: Minor
Found in src/App.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

        if ((['.' => true, '/' => true, '\\' => true][substr($filename, 0, 1)] ?? false) || str_contains($filename, ':\\')) {
Severity: Minor
Found in src/App.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

                            'value2' => $model->getPersistence()->typecastSaveField($this->lookupField, $filter['range']),

Line exceeds 120 characters; contains 139 characters
Open

    /** @var array<int|string, Table\Column|list<Table\Column>> Contains list of declared columns. Value will always be a column object. */
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line exceeds 120 characters; contains 134 characters
Open

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

Line exceeds 120 characters; contains 151 characters
Open

                . preg_replace('~^(?!$)~m', $this->indent . '    ', $body) . "\n" // TODO IMPORTANT indentation must ignore multiline strings/comments!
Severity: Minor
Found in src/Js/JsFunction.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

 *  $button->on('click', $model->getUserAction('delete'), [4, 'confirm' => 'This will delete record with ID 4. Are you sure?']);

Line exceeds 120 characters; contains 126 characters
Open

        $this->executeActionButton = $this->getExecutorFactory()->createTrigger($this->action, ExecutorFactory::MODAL_BUTTON);

Line exceeds 120 characters; contains 132 characters
Open

        if ($name === 'model' && !(new \ReflectionProperty(self::class, 'model'))->isInitialized($this) && $this->entity !== null) {
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 151 characters
Open

        if ($this->getApp()->hasRequestQueryParam('__atk_reload') && $this->getApp()->getRequestQueryParam('__atk_reload') === ($this->name ?? null)) {
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 133 characters
Open

     * @param array<string, string>                    $extraRequestUrlArgs additional URL arguments, deleting sticky can delete them
Severity: Minor
Found in src/App.php by phpcodesniffer

Line exceeds 120 characters; contains 143 characters
Open

                $value = $dtClass::createFromFormat('!' . $format, $value, $field->type === 'datetime' ? new $tzClass($this->timezone) : null);
Severity: Minor
Found in src/Persistence/Ui.php by phpcodesniffer

Line exceeds 120 characters; contains 157 characters
Open

    /** @var array<string, \Closure<T of Model>(T): bool> Callbacks as defined in UserAction->enabled for evaluating row-specific if an action is enabled. */

Line exceeds 120 characters; contains 139 characters
Open

        return $this->getApp()->getTag($this->tag, ['class' => $this->class . ' atk-handle', 'style' => 'cursor:pointer; color: #bcbdbd']);

Line exceeds 120 characters; contains 144 characters
Open

                    $model->addCondition($this->lookupField, $filter['op'], $this->getDatetime($filter['value'])->setTime(23, 59, 59, 999_999));

Line exceeds 120 characters; contains 125 characters
Open

            $this->layout = Factory::factory($this->layout ?? [Form\Layout::class]); // @phpstan-ignore nullCoalesce.property
Severity: Minor
Found in src/Form.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 137 characters
Open

        $idStr = $this->getApp()->uiPersistence->typecastAttributeSaveField($this->currentRow->getIdField(), $this->currentRow->getId());
Severity: Minor
Found in src/Lister.php by phpcodesniffer

Line exceeds 120 characters; contains 123 characters
Open

                        if (isset($frame['class']) && TraitUtil::hasTrait($frame['class'], WarnDynamicPropertyTrait::class)
Severity: Minor
Found in src/App.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

    public function addConfirmation(string $msg, string $title = 'Closing panel!', ?string $okButton = null, ?string $cancelButton = null): void
Severity: Minor
Found in src/Panel/Right.php by phpcodesniffer
Severity
Category
Status
Source
Language