Showing 2,539 of 3,709 total issues
MerchandisedProduct
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class MerchandisedProduct implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
GuestPurchaseOrderV2
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class GuestPurchaseOrderV2 implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Charge
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Charge implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
NegativeKeywordResponse
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class NegativeKeywordResponse implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Ad
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Ad implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
ItemsPagedCollection
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ItemsPagedCollection implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
ServiceMetricsTask
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ServiceMetricsTask implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
Task
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Task implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
ListingPolicies
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ListingPolicies implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
InventoryItemWithSkuLocaleGroupKeys
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class InventoryItemWithSkuLocaleGroupKeys implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
OrderSearchPagedCollection
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class OrderSearchPagedCollection implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
DisputeEvidence
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class DisputeEvidence implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
PricingSummary
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class PricingSummary implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
ProductSearchResponse
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ProductSearchResponse implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
CharityOrg
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class CharityOrg implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
File PromotionReportDetail.php
has 333 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of the trollandtoad/ebay-sdk-php package.
*
File Product.php
has 333 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of the trollandtoad/ebay-sdk-php package.
*
File ConfigApi.php
has 333 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of the trollandtoad/ebay-sdk-php package.
*
Method getItemFeedRequest
has 99 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getItemFeedRequest($accept, $x_ebay_c_marketplace_id, $range, $feed_scope, $category_id, $date = null)
{
// Verify the required parameter 'accept' is set.
if ($accept === null || (\is_array($accept) && count($accept) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $accept when calling getItemFeed');
Method getEventItemsRequest
has 98 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getEventItemsRequest($event_ids, $x_ebay_c_marketplace_id, $category_ids = null, $delivery_country = null, $limit = null, $offset = null)
{
// Verify the required parameter 'event_ids' is set.
if ($event_ids === null || (\is_array($event_ids) && count($event_ids) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $event_ids when calling getEventItems');