Showing 150 of 1,794 total issues
Method addSection
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function addSection(?string $title = null, ?Model $entity = null, ?array $fields = null, bool $useTable = false, bool $useLabel = false)
- Create a ticketCreate a ticket
Function remove
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
remove: function( elem, types, handler, selector, mappedTypes ) {
- Create a ticketCreate a ticket
Function _measureText
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _measureText(ctx, data, gc, longest, string) {
- Create a ticketCreate a ticket
Function skip
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function skip(ticks, newTicks, spacing, majorStart, majorEnd) {
- Create a ticketCreate a ticket
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(View $view, array $args = [], ?JsExpressionable $afterSuccess = null, array $apiConfig = [], bool $includeStorage = false)
- Create a ticketCreate a ticket
Function drawPointLegend
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function drawPointLegend(ctx, options, x, y, w) {
- Create a ticketCreate a ticket
Function decorateText
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function decorateText(ctx, x, y, line, opts) {
- Create a ticketCreate a ticket
Function determineUnitForFormatting
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function determineUnitForFormatting(scale, numTicks, minUnit, min, max) {
- Create a ticketCreate a ticket
Function _updateBezierControlPoints
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _updateBezierControlPoints(points, options, area, loop, indexAxis) {
- Create a ticketCreate a ticket
Function getAxisItems
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function getAxisItems(chart, position, axis, intersect, useFinalPosition) {
- Create a ticketCreate a ticket
Function setBoxDims
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function setBoxDims(box, left, top, width, height) {
- Create a ticketCreate a ticket
Function lttbDecimation
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function lttbDecimation(data, start, count, availableWidth, options) {
- Create a ticketCreate a ticket
Function superMatcher
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
superMatcher = function( seed, context, xml, results, outermost ) {
- Create a ticketCreate a ticket
Function getIntersectItems
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function getIntersectItems(chart, position, axis, useFinalPosition, includeInvisible) {
- Create a ticketCreate a ticket
Function _steppedLineTo
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _steppedLineTo(ctx, previous, target, flip, mode) {
- Create a ticketCreate a ticket
Function addScopes
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function addScopes(set, parentScopes, key, parentFallback, value) {
- Create a ticketCreate a ticket
Function CHILD
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
CHILD: function( type, what, _argument, first, last ) {
- Create a ticketCreate a ticket
Function determineLimits
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function determineLimits(angle, pos, size, min, max) {
- Create a ticketCreate a ticket
Method addModalAction
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function addModalAction($button, $title, \Closure $callback, $args = [], $isDisabled = false)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return bool;
- Create a ticketCreate a ticket