Showing 1,792 of 1,794 total issues

Line exceeds 120 characters; contains 174 characters
Open

    private const UNSUPPRESSIBLE_ERROR_LEVELS = \PHP_MAJOR_VERSION >= 8 ? (\E_ERROR | \E_PARSE | \E_CORE_ERROR | \E_COMPILE_ERROR | \E_USER_ERROR | \E_RECOVERABLE_ERROR) : 0;
Severity: Minor
Found in src/App.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 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 121 characters
Open

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

Line exceeds 120 characters; contains 125 characters
Open

     * @param string|list<array{0: string, 1?: array<0|string, string|bool>, 2?: string|list<mixed>|null}|string>|null $value
Severity: Minor
Found in src/Table/Column.php by phpcodesniffer

Line exceeds 120 characters; contains 133 characters
Open

     * If you need to format data manually, you can use $this->table->onHook(Lister::HOOK_BEFORE_ROW or Lister::HOOK_AFTER_ROW, ...);
Severity: Minor
Found in src/Table/Column.php by phpcodesniffer

Line exceeds 120 characters; contains 149 characters
Open

            'contentType' => 'application/x-www-form-urlencoded; charset=UTF-8', // remove once https://github.com/jquery/jquery/issues/5346 is fixed
Severity: Minor
Found in src/Form.php by phpcodesniffer

Line exceeds 120 characters; contains 133 characters
Open

    public function addJsPaginatorInContainer($ipp, $containerHeight, array $options = [], $container = null, $scrollRegion = 'Body')
Severity: Minor
Found in src/Grid.php by phpcodesniffer

Line exceeds 120 characters; contains 137 characters
Open

     * @param string               $scrollRegion A specific template region to render. Render output is append to container HTML element.
Severity: Minor
Found in src/Lister.php by phpcodesniffer

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/Lister.php by phpcodesniffer

Line exceeds 120 characters; contains 150 characters
Open

                    && in_array($this->action->appliesTo, [Model\UserAction::APPLIES_TO_NO_RECORDS, Model\UserAction::APPLIES_TO_SINGLE_RECORD], true)

Line exceeds 120 characters; contains 228 characters
Open

     * @param ($selector is string|null ? JsExpressionable|JsCallback|JsCallbackSetClosure|array{JsCallbackSetClosure}|UserAction\ExecutorInterface|Model\UserAction : array<int|string, mixed>)           $action   code to execute
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 163 characters
Open

                    $this->entity->set($this->fieldName, $this->getApp()->uiPersistence->typecastLoadField($this->entity->getField($this->fieldName), $postValue));

Line exceeds 120 characters; contains 123 characters
Open

    public function setHeaderDropdown(array $items, string $icon = 'caret square down', ?string $menuId = null): JsCallback
Severity: Minor
Found in src/Table/Column.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

     * @param 'head'|'body'|'foot'                                                                                     $position
Severity: Minor
Found in src/Table/Column.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

        return preg_replace_callback('~<(?:button|fieldset|input|output|select|textarea)(?!\w| form=")~i', function ($matches) {
Severity: Minor
Found in src/Form.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

    public function addDropdown(string $columnName, array $items, \Closure $fx, $icon = 'caret square down', $menuId = null): void
Severity: Minor
Found in src/Grid.php by phpcodesniffer

Line exceeds 120 characters; contains 143 characters
Open

     * @param array<int|string, string|JsExpressionable>                                                                                  $args
Severity: Minor
Found in src/JsCallback.php by phpcodesniffer

Line exceeds 120 characters; contains 131 characters
Open

            View::addTo($this->stepList)->set($this->stepListItems[$step])->addClass('item')->setAttr(['data-list-item' => $step]);

Line exceeds 120 characters; contains 126 characters
Open

            $ex = $action instanceof Model\UserAction ? $this->getExecutorFactory()->createExecutor($action, $this) : $action;
Severity: Minor
Found in src/View.php by phpcodesniffer
Severity
Category
Status
Source
Language