Showing 1,763 of 1,765 total issues

Line exceeds 120 characters; contains 121 characters
Open

 *  - ArgumentForm. Displays a form which is populated with arguments. When submitting the form, action will be executed.

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

                    $this->name => $this->getApp()->uiPersistence->typecastAttributeSaveField($this->action->getModel()->getIdField(), $this->action->getEntity()->getId()),

Line exceeds 120 characters; contains 126 characters
Open

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

Line exceeds 120 characters; contains 243 characters
Open

     * @param ($action is object ? string : ($action is null ? string : never)|JsExpressionable|JsCallback|JsCallbackSetClosure|array{JsCallbackSetClosure}|UserAction\ExecutorInterface|Model\UserAction) $selector Optional jQuery-style selector
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

            $this->html->js(true, new JsExpression('flatpickr.localize(window.flatpickr.l10ns.' . $this->uiPersistence->locale . ')'));
Severity: Minor
Found in src/App.php by phpcodesniffer

Line exceeds 120 characters; contains 170 characters
Open

                $executor->onHook(UserAction\ModalExecutor::HOOK_STEP, static function (UserAction\ModalExecutor $ex, string $step, Form $form) use ($onAction, $action) {
Severity: Minor
Found in src/Crud.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

        // contain the column instance anymore but an array with column instance set at 0 indexes and the rest as decorators.
Severity: Minor
Found in src/Table.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/Tabs.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

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

Line exceeds 120 characters; contains 145 characters
Open

    /** @var array<int|string, Table\Column|array<int, 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 126 characters
Open

        $this->previousStepButton = Button::addTo($this->buttonsView, ['Previous'])->setStyle(['float' => 'left !important']);

Line exceeds 120 characters; contains 165 characters
Open

            $this->getApp()->tryGetRequestQueryParam($this->name . '_local_store') ?? $this->getApp()->tryGetRequestPostParam($this->name . '_local_store') ?? 'null'
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

        if ($selector !== null && !is_string($selector) && ($action === null || is_array($action)) && $defaults === []) {
Severity: Minor
Found in src/View.php by phpcodesniffer

Line exceeds 120 characters; contains 140 characters
Open

    private const UNHANDLEABLE_ERROR_LEVELS = \E_ERROR | \E_PARSE | \E_CORE_ERROR | \E_CORE_WARNING | \E_COMPILE_ERROR | \E_COMPILE_WARNING;
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 139 characters
Open

                        $control->set($this->getApp()->uiPersistence->typecastLoadField($control->entityField->getField(), $postRawValue));
Severity: Minor
Found in src/Form.php by phpcodesniffer

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

        // [name] in selector is to suppress https://github.com/fomantic/Fomantic-UI/commit/facbca003c console errors from Multiline/vue fields
Severity: Minor
Found in src/Form.php by phpcodesniffer
Severity
Category
Status
Source
Language