brandon14/ebay-sdk-php

View on GitHub

Showing 2,539 of 3,709 total issues

Function toQueryValue has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
Open

    public static function toQueryValue(
        $value,
        string $paramName,
        string $openApiType = 'string',
        string $style = 'form',
Severity: Minor
Found in src/Commerce/Taxonomy/V1/ObjectSerializer.php - About 1 hr 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 toQueryValue has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
Open

    public static function toQueryValue(
        $value,
        string $paramName,
        string $openApiType = 'string',
        string $style = 'form',
Severity: Minor
Found in src/Commerce/Charity/V1/ObjectSerializer.php - About 1 hr 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 __construct has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct(array $data = null)
    {
        $this->container['adjustment_amount'] = $data['adjustment_amount'] ?? null;
        $this->container['adjustment_booking_entry'] = $data['adjustment_booking_entry'] ?? null;
        $this->container['adjustment_count'] = $data['adjustment_count'] ?? null;
Severity: Minor
Found in src/Sell/Finances/V1/Model/TransactionSummaryResponse.php - About 1 hr to fix

    Function getHostFromSettings has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
    Open

        public function getHostFromSettings($index, $variables = null)
        {
            if ($variables === null) {
                $variables = [];
            }
    Severity: Minor
    Found in src/Buy/Browse/V1/Configuration.php - About 1 hr 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 getHostFromSettings has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
    Open

        public function getHostFromSettings($index, $variables = null)
        {
            if ($variables === null) {
                $variables = [];
            }
    Severity: Minor
    Found in src/Buy/FeedBeta/V1/Configuration.php - About 1 hr 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 searchRequest has 10 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function searchRequest($aspect_filter = null, $category_ids = null, $epid = null, $fieldgroups = null, $filter = null, $gtin = null, $limit = null, $offset = null, $q = null, $sort = null)
    Severity: Major
    Found in src/Buy/MarketplaceInsightsBeta/V1/Api/ItemSalesApi.php - About 1 hr to fix

      Function getHostFromSettings has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
      Open

          public function getHostFromSettings($index, $variables = null)
          {
              if ($variables === null) {
                  $variables = [];
              }
      Severity: Minor
      Found in src/Buy/MarketplaceInsightsBeta/V1/Configuration.php - About 1 hr 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 search has 10 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function search($aspect_filter = null, $category_ids = null, $epid = null, $fieldgroups = null, $filter = null, $gtin = null, $limit = null, $offset = null, $q = null, $sort = null)
      Severity: Major
      Found in src/Buy/MarketplaceInsightsBeta/V1/Api/ItemSalesApi.php - About 1 hr to fix

        Method searchAsync has 10 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            public function searchAsync($aspect_filter = null, $category_ids = null, $epid = null, $fieldgroups = null, $filter = null, $gtin = null, $limit = null, $offset = null, $q = null, $sort = null)
        Severity: Major
        Found in src/Buy/MarketplaceInsightsBeta/V1/Api/ItemSalesApi.php - About 1 hr to fix

          Method searchAsyncWithHttpInfo has 10 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              public function searchAsyncWithHttpInfo($aspect_filter = null, $category_ids = null, $epid = null, $fieldgroups = null, $filter = null, $gtin = null, $limit = null, $offset = null, $q = null, $sort = null)
          Severity: Major
          Found in src/Buy/MarketplaceInsightsBeta/V1/Api/ItemSalesApi.php - About 1 hr to fix

            Method searchWithHttpInfo has 10 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                public function searchWithHttpInfo($aspect_filter = null, $category_ids = null, $epid = null, $fieldgroups = null, $filter = null, $gtin = null, $limit = null, $offset = null, $q = null, $sort = null)
            Severity: Major
            Found in src/Buy/MarketplaceInsightsBeta/V1/Api/ItemSalesApi.php - About 1 hr to fix

              Function getHostFromSettings has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function getHostFromSettings($index, $variables = null)
                  {
                      if ($variables === null) {
                          $variables = [];
                      }
              Severity: Minor
              Found in src/Buy/Deal/V1/Configuration.php - About 1 hr 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 getHostFromSettings has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function getHostFromSettings($index, $variables = null)
                  {
                      if ($variables === null) {
                          $variables = [];
                      }
              Severity: Minor
              Found in src/Buy/Feed/V1/Configuration.php - About 1 hr 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 getHostFromSettings has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function getHostFromSettings($index, $variables = null)
                  {
                      if ($variables === null) {
                          $variables = [];
                      }
              Severity: Minor
              Found in src/Buy/OfferBeta/V1/Configuration.php - About 1 hr 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 getHostFromSettings has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function getHostFromSettings($index, $variables = null)
                  {
                      if ($variables === null) {
                          $variables = [];
                      }
              Severity: Minor
              Found in src/Buy/MarketingBeta/V1/Configuration.php - About 1 hr 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 getHostFromSettings has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function getHostFromSettings($index, $variables = null)
                  {
                      if ($variables === null) {
                          $variables = [];
                      }
              Severity: Minor
              Found in src/Developer/KeyManagement/V1/Configuration.php - About 1 hr 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 getHostFromSettings has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function getHostFromSettings($index, $variables = null)
                  {
                      if ($variables === null) {
                          $variables = [];
                      }
              Severity: Minor
              Found in src/Developer/AnalyticsBeta/V1/Configuration.php - About 1 hr 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 getHostFromSettings has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function getHostFromSettings($index, $variables = null)
                  {
                      if ($variables === null) {
                          $variables = [];
                      }
              Severity: Minor
              Found in src/Buy/Order/V2/Configuration.php - About 1 hr 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 getHostFromSettings has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function getHostFromSettings($index, $variables = null)
                  {
                      if ($variables === null) {
                          $variables = [];
                      }
              Severity: Minor
              Found in src/Sell/Metadata/V1/Configuration.php - About 1 hr 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 getHostFromSettings has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function getHostFromSettings($index, $variables = null)
                  {
                      if ($variables === null) {
                          $variables = [];
                      }
              Severity: Minor
              Found in src/Sell/Logistics/V1/Configuration.php - About 1 hr 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

              Severity
              Category
              Status
              Source
              Language