brandon14/ebay-sdk-php

View on GitHub

Showing 2,539 of 3,709 total issues

Function downloadFileRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function downloadFileRequest($file_id, $x_ebay_c_marketplace_id, $range = null)
    {
        // Verify the required parameter 'file_id' is set.
        if ($file_id === null || (\is_array($file_id) && count($file_id) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $file_id when calling downloadFile');
Severity: Minor
Found in src/Buy/Feed/V1/Api/FileApi.php - About 3 hrs to fix

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 createItemDraftRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function createItemDraftRequest($x_ebay_c_marketplace_id, $content_language = null, $item_draft = 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 createItemDraft');
Severity: Minor
Found in src/Sell/ListingBeta/V1/Api/ItemDraftApi.php - About 3 hrs to fix

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 getKeywordRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function getKeywordRequest($campaign_id, $keyword_id)
    {
        // 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 getKeyword');
Severity: Minor
Found in src/Sell/Marketing/V1/Api/KeywordApi.php - About 3 hrs to fix

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 getAdGroupRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function getAdGroupRequest($ad_group_id, $campaign_id)
    {
        // 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 getAdGroup');
Severity: Minor
Found in src/Sell/Marketing/V1/Api/AdGroupApi.php - About 3 hrs to fix

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 deleteAdRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function deleteAdRequest($ad_id, $campaign_id)
    {
        // Verify the required parameter 'ad_id' is set.
        if ($ad_id === null || (\is_array($ad_id) && count($ad_id) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $ad_id when calling deleteAd');
Severity: Minor
Found in src/Sell/Marketing/V1/Api/AdApi.php - About 3 hrs to fix

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 getAdRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function getAdRequest($ad_id, $campaign_id)
    {
        // Verify the required parameter 'ad_id' is set.
        if ($ad_id === null || (\is_array($ad_id) && count($ad_id) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $ad_id when calling getAd');
Severity: Minor
Found in src/Sell/Marketing/V1/Api/AdApi.php - About 3 hrs to fix

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 updateItemPromotionRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function updateItemPromotionRequest($promotion_id, $item_promotion = null)
    {
        // Verify the required parameter 'promotion_id' is set.
        if ($promotion_id === null || (\is_array($promotion_id) && count($promotion_id) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $promotion_id when calling updateItemPromotion');
Severity: Minor
Found in src/Sell/Marketing/V1/Api/ItemPromotionApi.php - About 3 hrs to fix

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 updateItemPriceMarkdownPromotionRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function updateItemPriceMarkdownPromotionRequest($promotion_id, $item_price_markdown = null)
    {
        // Verify the required parameter 'promotion_id' is set.
        if ($promotion_id === null || (\is_array($promotion_id) && count($promotion_id) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $promotion_id when calling updateItemPriceMarkdownPromotion');
Severity: Minor
Found in src/Sell/Marketing/V1/Api/ItemPriceMarkdownApi.php - About 3 hrs to fix

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 getPaymentsProgramRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function getPaymentsProgramRequest($marketplace_id, $payments_program_type)
    {
        // Verify the required parameter 'marketplace_id' is set.
        if ($marketplace_id === null || (\is_array($marketplace_id) && count($marketplace_id) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $marketplace_id when calling getPaymentsProgram');
Severity: Minor
Found in src/Sell/Account/V1/Api/PaymentsProgramApi.php - About 3 hrs to fix

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 getPaymentsProgramOnboardingRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function getPaymentsProgramOnboardingRequest($marketplace_id, $payments_program_type)
    {
        // Verify the required parameter 'marketplace_id' is set.
        if ($marketplace_id === null || (\is_array($marketplace_id) && count($marketplace_id) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $marketplace_id when calling getPaymentsProgramOnboarding');
Severity: Minor
Found in src/Sell/Account/V1/Api/OnboardingApi.php - About 3 hrs to fix

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 deleteSalesTaxRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function deleteSalesTaxRequest($country_code, $jurisdiction_id)
    {
        // Verify the required parameter 'country_code' is set.
        if ($country_code === null || (\is_array($country_code) && count($country_code) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $country_code when calling deleteSalesTax');
Severity: Minor
Found in src/Sell/Account/V1/Api/SalesTaxApi.php - About 3 hrs to fix

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 getSalesTaxRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function getSalesTaxRequest($country_code, $jurisdiction_id)
    {
        // Verify the required parameter 'country_code' is set.
        if ($country_code === null || (\is_array($country_code) && count($country_code) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $country_code when calling getSalesTax');
Severity: Minor
Found in src/Sell/Account/V1/Api/SalesTaxApi.php - About 3 hrs to fix

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 getCustomPolicyRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function getCustomPolicyRequest($custom_policy_id, $x_ebay_c_marketplace_id)
    {
        // Verify the required parameter 'custom_policy_id' is set.
        if ($custom_policy_id === null || (\is_array($custom_policy_id) && count($custom_policy_id) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $custom_policy_id when calling getCustomPolicy');
Severity: Minor
Found in src/Sell/Account/V1/Api/CustomPolicyApi.php - About 3 hrs to fix

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 updateSubscriptionRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function updateSubscriptionRequest($subscription_id, $update_subscription_request = null)
    {
        // Verify the required parameter 'subscription_id' is set.
        if ($subscription_id === null || (\is_array($subscription_id) && count($subscription_id) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $subscription_id when calling updateSubscription');
Severity: Minor
Found in src/Commerce/Notification/V1/Api/SubscriptionApi.php - About 3 hrs to fix

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 updateDestinationRequest has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

    public function updateDestinationRequest($destination_id, $destination_request = null)
    {
        // Verify the required parameter 'destination_id' is set.
        if ($destination_id === null || (\is_array($destination_id) && count($destination_id) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $destination_id when calling updateDestination');
Severity: Minor
Found in src/Commerce/Notification/V1/Api/DestinationApi.php - About 3 hrs to fix

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 getCustomerServiceMetricTasksRequest has 89 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getCustomerServiceMetricTasksRequest($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null)
    {
        $resourcePath = '/customer_service_metric_task';
        $formParams = [];
        $queryParams = [];
Severity: Major
Found in src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php - About 3 hrs to fix

    Method getOffersRequest has 89 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function getOffersRequest($format = null, $limit = null, $marketplace_id = null, $offset = null, $sku = null)
        {
            $resourcePath = '/offer';
            $formParams = [];
            $queryParams = [];
    Severity: Major
    Found in src/Sell/Inventory/V1/Api/OfferApi.php - About 3 hrs to fix

      Method fetchEvidenceContentRequest has 89 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function fetchEvidenceContentRequest($payment_dispute_id, $evidence_id, $file_id)
          {
              // 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 fetchEvidenceContent');
      Severity: Major
      Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 3 hrs to fix

        Method getOrdersRequest has 89 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function getOrdersRequest($field_groups = null, $filter = null, $limit = null, $offset = null, $order_ids = null)
            {
                $resourcePath = '/order';
                $formParams = [];
                $queryParams = [];
        Severity: Major
        Found in src/Sell/Fulfillment/V1/Api/OrderApi.php - About 3 hrs to fix

          Method getItemByLegacyIdRequest has 88 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function getItemByLegacyIdRequest($legacy_item_id, $fieldgroups = null, $legacy_variation_id = null, $legacy_variation_sku = null)
              {
                  // Verify the required parameter 'legacy_item_id' is set.
                  if ($legacy_item_id === null || (\is_array($legacy_item_id) && count($legacy_item_id) === 0)) {
                      throw new \InvalidArgumentException('Missing the required parameter $legacy_item_id when calling getItemByLegacyId');
          Severity: Major
          Found in src/Buy/Browse/V1/Api/ItemApi.php - About 3 hrs to fix
            Severity
            Category
            Status
            Source
            Language