Showing 2,539 of 3,709 total issues
Method deserialize
has 96 lines of code (exceeds 25 allowed). Consider refactoring. Open
public static function deserialize($data, $class, $httpHeaders = null)
{
if ($data === null) {
return null;
}
Method deserialize
has 96 lines of code (exceeds 25 allowed). Consider refactoring. Open
public static function deserialize($data, $class, $httpHeaders = null)
{
if ($data === null) {
return null;
}
Method deserialize
has 96 lines of code (exceeds 25 allowed). Consider refactoring. Open
public static function deserialize($data, $class, $httpHeaders = null)
{
if ($data === null) {
return null;
}
Method deserialize
has 96 lines of code (exceeds 25 allowed). Consider refactoring. Open
public static function deserialize($data, $class, $httpHeaders = null)
{
if ($data === null) {
return null;
}
Method deserialize
has 96 lines of code (exceeds 25 allowed). Consider refactoring. Open
public static function deserialize($data, $class, $httpHeaders = null)
{
if ($data === null) {
return null;
}
Method getDealItemsRequest
has 95 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function getDealItemsRequest($x_ebay_c_marketplace_id, $category_ids = null, $commissionable = null, $delivery_country = null, $limit = null, $offset = 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 getDealItems');
Method getKeywordsRequest
has 95 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function getKeywordsRequest($campaign_id, $ad_group_ids = null, $keyword_status = null, $limit = null, $offset = null)
{
// Verify the required parameter 'campaign_id' is set.
if ($campaign_id === null || (\is_array($campaign_id) && count($campaign_id) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $campaign_id when calling getKeywords');
Method getListingViolationsRequest
has 95 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function getListingViolationsRequest($x_ebay_c_marketplace_id, $compliance_type = null, $offset = null, $listing_id = null, $limit = null, $filter = 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 getListingViolations');
Function addEvidenceRequest
has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring. Open
public function addEvidenceRequest($payment_dispute_id, $add_evidence_payment_dispute_request = null)
{
// Verify the required parameter 'payment_dispute_id' is set.
if ($payment_dispute_id === null || (\is_array($payment_dispute_id) && count($payment_dispute_id) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $payment_dispute_id when calling addEvidence');
- 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 updateEvidenceRequest
has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring. Open
public function updateEvidenceRequest($payment_dispute_id, $update_evidence_payment_dispute_request = null)
{
// Verify the required parameter 'payment_dispute_id' is set.
if ($payment_dispute_id === null || (\is_array($payment_dispute_id) && count($payment_dispute_id) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $payment_dispute_id when calling updateEvidence');
- 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 acceptPaymentDisputeRequest
has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring. Open
public function acceptPaymentDisputeRequest($payment_dispute_id, $accept_payment_dispute_request = null)
{
// Verify the required parameter 'payment_dispute_id' is set.
if ($payment_dispute_id === null || (\is_array($payment_dispute_id) && count($payment_dispute_id) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $payment_dispute_id when calling acceptPaymentDispute');
- 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 contestPaymentDisputeRequest
has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring. Open
public function contestPaymentDisputeRequest($payment_dispute_id, $contest_payment_dispute_request = null)
{
// Verify the required parameter 'payment_dispute_id' is set.
if ($payment_dispute_id === null || (\is_array($payment_dispute_id) && count($payment_dispute_id) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $payment_dispute_id when calling contestPaymentDispute');
- 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 getCompatibilityPropertyValuesRequest
has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring. 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');
- 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
Method getItemSnapshotFeedRequest
has 92 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function getItemSnapshotFeedRequest($accept, $x_ebay_c_marketplace_id, $range, $category_id, $snapshot_date)
{
// 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 getItemSnapshotFeed');
Method getItemPriorityFeedRequest
has 92 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function getItemPriorityFeedRequest($accept, $x_ebay_c_marketplace_id, $range, $category_id, $date)
{
// 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 getItemPriorityFeed');
Method getNegativeKeywordsRequest
has 92 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function getNegativeKeywordsRequest($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
{
$resourcePath = '/negative_keyword';
$formParams = [];
$queryParams = [];
Address
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
class Address implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
ItemLocationImpl
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
class ItemLocationImpl implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
ItemApi
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
class ItemApi
{
/**
* @var ClientInterface
*/
ItemGroup
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
class ItemGroup implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**