Showing 2,539 of 3,709 total issues
InventoryTask
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class InventoryTask implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Error
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Error implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Error
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Error implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
InventoryItemGroup
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class InventoryItemGroup implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
InventoryItemWithSkuLocaleGroupid
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class InventoryItemWithSkuLocaleGroupid implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Error
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Error implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Error
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Error implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Error
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Error implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Error
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Error implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
ReturnAddress
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ReturnAddress implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Error
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Error implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
PaymentDisputeSummary
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class PaymentDisputeSummary implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Error
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Error implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Error
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Error implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Error
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Error implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Error
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Error implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
File RateTableApi.php
has 347 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of the trollandtoad/ebay-sdk-php package.
*
Method getPaymentDisputeSummariesRequest
has 108 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getPaymentDisputeSummariesRequest($order_id = null, $buyer_username = null, $open_date_from = null, $open_date_to = null, $payment_dispute_status = null, $limit = null, $offset = null)
{
$resourcePath = '/payment_dispute_summary';
$formParams = [];
$queryParams = [];
Function checkCompatibilityRequest
has a Cognitive Complexity of 29 (exceeds 5 allowed). Consider refactoring. Open
Open
public function checkCompatibilityRequest($item_id, $x_ebay_c_marketplace_id, $compatibility_payload = null)
{
// Verify the required parameter 'item_id' is set.
if ($item_id === null || (\is_array($item_id) && count($item_id) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $item_id when calling checkCompatibility');
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function suggestKeywordsRequest
has a Cognitive Complexity of 29 (exceeds 5 allowed). Consider refactoring. Open
Open
public function suggestKeywordsRequest($ad_group_id, $campaign_id, $targeted_keyword_request = null)
{
// Verify the required parameter 'ad_group_id' is set.
if ($ad_group_id === null || (\is_array($ad_group_id) && count($ad_group_id) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $ad_group_id when calling suggestKeywords');
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"