Showing 306 of 306 total issues
Avoid too many return
statements within this method. Open
Open
return $configuration;
Avoid too many return
statements within this method. Open
Open
return new Twig_SimpleFunction(
'component', $function
);
Avoid too many return
statements within this method. Open
Open
return '';
Avoid too many return
statements within this method. Open
Open
return $value;
Avoid too many return
statements within this method. Open
Open
return '{' . implode(',', $es) . '}';
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return ($ajax) ? $object->render() : $object->show();
Avoid too many return
statements within this method. Open
Open
return '';
Avoid too many return
statements within this method. Open
Open
return str_replace(',', '.', (float) $value); }
Avoid too many return
statements within this method. Open
Open
return 'Number.NEGATIVE_INFINITY';
Avoid too many return
statements within this method. Open
Open
return ($segments[1] == $module && isset($segments[2]) && (in_array($segments[2], ['index', 'edit']) or is_numeric($segments[2])));
Avoid too many return
statements within this method. Open
Open
return $this->isCoreCode($args);
Avoid too many return
statements within this method. Open
Open
return $file !== 'unknown' && is_file($file);
Avoid too many return
statements within this method. Open
Open
return response(view('antares/foundation::exception.404_model_not_found', $arguments), 404);
Avoid too many return
statements within this method. Open
Open
return asset($logoPath . 'logo_default_tear.png');
Avoid too many return
statements within this method. Open
Open
return response(view('antares/foundation::exception.404', $arguments), 404);
Avoid too many return
statements within this method. Open
Open
return $options->toArray();
Avoid too many return
statements within this method. Open
Open
return $this->renderSourceCode($fileName, $errorLine, $maxLines);
Avoid too many return
statements within this method. Open
Open
return $this->argumentsToString($args);
Avoid too many return
statements within this method. Open
Open
return response($factory->make($viewPath, $arguments), 500);