Showing 1,763 of 1,765 total issues

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

    /** @var JsExpressionable|\Closure<T of Model>($this, T): ?JsBlock JS expression to return if action was successful, e.g "new JsToast('Thank you')" */

Line exceeds 120 characters; contains 171 characters
Open

        } elseif (!$action->isOwnerEntity() && in_array($action->appliesTo, [Model\UserAction::APPLIES_TO_NO_RECORDS, Model\UserAction::APPLIES_TO_SINGLE_RECORD], true)) {

Line exceeds 120 characters; contains 168 characters
Open

    /** @var JsExpressionable|\Closure<T of Model>($this, T, mixed, mixed): ?JsBlock JS expression to return if action was successful, e.g "new JsToast('Thank you')" */

Line exceeds 120 characters; contains 136 characters
Open

            $fallbackSeed = [Control\Multiline::class, 'model' => $model, 'rowLimit' => $limit, 'caption' => $model->getModelCaption()];
Severity: Minor
Found in src/Form.php by phpcodesniffer

Line exceeds 120 characters; contains 147 characters
Open

    protected function _setOrAppend($tag, ?string $value = null, bool $encodeHtml = true, bool $append = false, bool $throwIfNotFound = true): void
Severity: Minor
Found in src/HtmlTemplate.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

            $setupNonSharedExecutorFx = function (UserAction\ExecutorInterface $ex) use (&$defaults, &$arguments): void {
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

    /** @var View|string the atk4 View to be reloaded or a id selector string View to be reloaded that contains data to be filtered. */

Line exceeds 120 characters; contains 164 characters
Open

                Message::addTo($p, ['Step content will appear here', 'type' => 'error', 'text' => 'Specify callback to addStep() which would populate this area.']);
Severity: Minor
Found in src/Wizard.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

     * @param \Closure(VirtualPage, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed): void $callback
Severity: Minor
Found in src/Accordion.php by phpcodesniffer

Line exceeds 120 characters; contains 142 characters
Open

                $this->throwOrCaughtExceptionIfInShutdown(new \ErrorException(...$createErrorExceptionArgsFx($severity, $msg, $file, $line)));
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 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 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}

Line exceeds 120 characters; contains 122 characters
Open

        $this->tRow->trySet($this->getApp()->uiPersistence->typecastSaveRow($this->currentRow, $this->currentRow->get()));
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line exceeds 120 characters; contains 162 characters
Open

            new JsExpression('if (event.target === this) { event.stopImmediatePropagation(); [] }', [new JsBlock([$this->formElement->js()->trigger('submit')])]),
Severity: Minor
Found in src/Form.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 146 characters
Open

            throw new Exception('You must specify template for Form/Layout/Custom. Try [\'Custom\', \'defaultTemplate\' => \'./yourform.html\']');
Severity: Minor
Found in src/Form/Layout/Custom.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 121 characters
Open

    /** @var array Field names to search for in Model. It will automatically add quicksearch component to grid if set. */
Severity: Minor
Found in src/Grid.php by phpcodesniffer
Severity
Category
Status
Source
Language