Showing 150 of 1,771 total issues

Method _setOrAppend has 5 arguments (exceeds 4 allowed). Consider refactoring.
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 - About 35 mins to fix

Function condense has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function condense( unmatched, map, filter, context, xml ) {
Severity: Minor
Found in public/external/jquery/dist/jquery.js - About 35 mins to fix

Method addJsPaginatorInContainer has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function addJsPaginatorInContainer($ipp, $containerHeight, $options = [], $container = null, $scrollRegion = 'Body')
Severity: Minor
Found in src/Grid.php - About 35 mins to fix

Function Tween has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function Tween( elem, options, prop, end, easing ) {
Severity: Minor
Found in public/external/jquery/dist/jquery.js - About 35 mins to fix

Method addSection has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function addSection(?string $title = null, ?Model $entity = null, ?array $fields = null, bool $useTable = false, bool $useLabel = false)
Severity: Minor
Found in src/Card.php - About 35 mins to fix

Function _measureText has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function _measureText(ctx, data, gc, longest, string) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function decorateText has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function decorateText(ctx, x, y, line, opts) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function CHILD has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        CHILD: function( type, what, _argument, first, last ) {
Severity: Minor
Found in public/external/jquery/dist/jquery.js - About 35 mins to fix

Function i has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  list.i = function i(modules, media, dedupe, supports, layer) {
Severity: Minor
Found in public/js/atk-vue-query-builder.js - About 35 mins to fix

Function lttbDecimation has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function lttbDecimation(data, start, count, availableWidth, options) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function addScopes has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function addScopes(set, parentScopes, key, parentFallback, value) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function determineUnitForFormatting has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function determineUnitForFormatting(scale, numTicks, minUnit, min, max) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function hueValue has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function hueValue(r, g, b, d, max) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function drawPointLegend has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function drawPointLegend(ctx, options, x, y, w) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function getIntersectItems has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function getIntersectItems(chart, position, axis, useFinalPosition, includeInvisible) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function getAxisItems has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function getAxisItems(chart, position, axis, intersect, useFinalPosition) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Function add has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    add: function( elem, types, handler, data, selector ) {
Severity: Minor
Found in public/external/jquery/dist/jquery.js - About 35 mins to fix

Function addScopesFromKey has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function addScopesFromKey(set, allScopes, key, fallback, item) {
Severity: Minor
Found in public/external/chart.js/dist/chart.js - About 35 mins to fix

Method addModalAction has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function addModalAction($button, $title, \Closure $callback, $args = [], $isDisabled = false)
Severity: Minor
Found in src/Grid.php - About 35 mins to fix

Avoid too many return statements within this function.
Open

    return select( selector.replace( rtrimCSS, "$1" ), context, results, seed );
Severity: Major
Found in public/external/jquery/dist/jquery.js - About 30 mins to fix
Severity
Category
Status
Source
Language