Showing 2,539 of 3,709 total issues
Offers
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Offers implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
InventoryItems
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class InventoryItems implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
PagedEligibleItemCollection
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class PagedEligibleItemCollection implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
PagedComplianceViolationCollection
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class PagedComplianceViolationCollection implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
PagedListingRecommendationCollection
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class PagedListingRecommendationCollection implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Address
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Address implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
MigrateListingResponse
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class MigrateListingResponse implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
FulfillmentStartInstruction
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class FulfillmentStartInstruction implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Address
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Address implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
DisputeSummaryResponse
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class DisputeSummaryResponse implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Topic
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Topic implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
DestinationApi
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class DestinationApi
{
/**
* @var ClientInterface
*/
CharitySearchResponse
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class CharitySearchResponse implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Method getCompatibilityPropertyValuesRequest
has 91 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getCompatibilityPropertyValuesRequest($category_tree_id, $compatibility_property, $category_id, $filter = null)
{
// Verify the required parameter 'category_tree_id' is set.
if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling getCompatibilityPropertyValues');
File ShippingOption.php
has 318 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of the trollandtoad/ebay-sdk-php package.
*
File PurchasedRate.php
has 318 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of the trollandtoad/ebay-sdk-php package.
*
File ItemPromotionResponse.php
has 318 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of the trollandtoad/ebay-sdk-php package.
*
File SetReturnPolicyResponse.php
has 318 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of the trollandtoad/ebay-sdk-php package.
*
Method __construct
has 90 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct(array $data = null)
{
$this->container['item_id'] = $data['item_id'] ?? null;
$this->container['availability'] = $data['availability'] ?? null;
$this->container['title'] = $data['title'] ?? null;
Function initiateGuestCheckoutSessionRequest
has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring. Open
Open
public function initiateGuestCheckoutSessionRequest($x_ebay_c_marketplace_id, $x_ebay_c_enduserctx = null, $create_guest_checkout_session_request_v2 = null)
{
// Verify the required parameter 'x_ebay_c_marketplace_id' is set.
if ($x_ebay_c_marketplace_id === null || (\is_array($x_ebay_c_marketplace_id) && count($x_ebay_c_marketplace_id) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $x_ebay_c_marketplace_id when calling initiateGuestCheckoutSession');
- 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"