brandon14/ebay-sdk-php

View on GitHub

Showing 2,539 of 3,709 total issues

Method getTransactions has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function getTransactions($x_ebay_c_marketplace_id = null, $filter = null, $limit = null, $offset = null, $sort = null)
Severity: Minor
Found in src/Sell/Finances/V1/Api/TransactionApi.php - About 35 mins to fix

    Method getTransactionsWithHttpInfo has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function getTransactionsWithHttpInfo($x_ebay_c_marketplace_id = null, $filter = null, $limit = null, $offset = null, $sort = null)
    Severity: Minor
    Found in src/Sell/Finances/V1/Api/TransactionApi.php - About 35 mins to fix

      Method getTransactionsRequest has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function getTransactionsRequest($x_ebay_c_marketplace_id = null, $filter = null, $limit = null, $offset = null, $sort = null)
      Severity: Minor
      Found in src/Sell/Finances/V1/Api/TransactionApi.php - About 35 mins to fix

        Method getPayoutsWithHttpInfo has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            public function getPayoutsWithHttpInfo($x_ebay_c_marketplace_id = null, $filter = null, $limit = null, $offset = null, $sort = null)
        Severity: Minor
        Found in src/Sell/Finances/V1/Api/PayoutApi.php - About 35 mins to fix

          Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              public function __construct($message = '', $code = 0, $responseHeaders = [], $responseBody = null, \Throwable $previous = null)
          Severity: Minor
          Found in src/Sell/Marketing/V1/ApiException.php - About 35 mins to fix

            Method getKeywordsAsync has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                public function getKeywordsAsync($campaign_id, $ad_group_ids = null, $keyword_status = null, $limit = null, $offset = null)
            Severity: Minor
            Found in src/Sell/Marketing/V1/Api/KeywordApi.php - About 35 mins to fix

              Method getKeywords has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  public function getKeywords($campaign_id, $ad_group_ids = null, $keyword_status = null, $limit = null, $offset = null)
              Severity: Minor
              Found in src/Sell/Marketing/V1/Api/KeywordApi.php - About 35 mins to fix

                Method getKeywordsWithHttpInfo has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    public function getKeywordsWithHttpInfo($campaign_id, $ad_group_ids = null, $keyword_status = null, $limit = null, $offset = null)
                Severity: Minor
                Found in src/Sell/Marketing/V1/Api/KeywordApi.php - About 35 mins to fix

                  Method toQueryValue has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                          $value,
                          string $paramName,
                          string $openApiType = 'string',
                          string $style = 'form',
                          bool $explode = true
                  Severity: Minor
                  Found in src/Sell/Analytics/V1/ObjectSerializer.php - About 35 mins to fix

                    Method getTransactionsAsync has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        public function getTransactionsAsync($x_ebay_c_marketplace_id = null, $filter = null, $limit = null, $offset = null, $sort = null)
                    Severity: Minor
                    Found in src/Sell/Finances/V1/Api/TransactionApi.php - About 35 mins to fix

                      Method getPayouts has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          public function getPayouts($x_ebay_c_marketplace_id = null, $filter = null, $limit = null, $offset = null, $sort = null)
                      Severity: Minor
                      Found in src/Sell/Finances/V1/Api/PayoutApi.php - About 35 mins to fix

                        Method getPayoutsAsync has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            public function getPayoutsAsync($x_ebay_c_marketplace_id = null, $filter = null, $limit = null, $offset = null, $sort = null)
                        Severity: Minor
                        Found in src/Sell/Finances/V1/Api/PayoutApi.php - About 35 mins to fix

                          Method toQueryValue has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                                  $value,
                                  string $paramName,
                                  string $openApiType = 'string',
                                  string $style = 'form',
                                  bool $explode = true
                          Severity: Minor
                          Found in src/Sell/Finances/V1/ObjectSerializer.php - About 35 mins to fix

                            Method getKeywordsAsyncWithHttpInfo has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                public function getKeywordsAsyncWithHttpInfo($campaign_id, $ad_group_ids = null, $keyword_status = null, $limit = null, $offset = null)
                            Severity: Minor
                            Found in src/Sell/Marketing/V1/Api/KeywordApi.php - About 35 mins to fix

                              Method getKeywordsRequest has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  public function getKeywordsRequest($campaign_id, $ad_group_ids = null, $keyword_status = null, $limit = null, $offset = null)
                              Severity: Minor
                              Found in src/Sell/Marketing/V1/Api/KeywordApi.php - About 35 mins to fix

                                Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    public function __construct($message = '', $code = 0, $responseHeaders = [], $responseBody = null, \Throwable $previous = null)
                                Severity: Minor
                                Found in src/Sell/Analytics/V1/ApiException.php - About 35 mins to fix

                                  Method getTransactionsAsyncWithHttpInfo has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      public function getTransactionsAsyncWithHttpInfo($x_ebay_c_marketplace_id = null, $filter = null, $limit = null, $offset = null, $sort = null)
                                  Severity: Minor
                                  Found in src/Sell/Finances/V1/Api/TransactionApi.php - About 35 mins to fix

                                    Method getPayoutsRequest has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        public function getPayoutsRequest($x_ebay_c_marketplace_id = null, $filter = null, $limit = null, $offset = null, $sort = null)
                                    Severity: Minor
                                    Found in src/Sell/Finances/V1/Api/PayoutApi.php - About 35 mins to fix

                                      Method getNegativeKeywordsAsyncWithHttpInfo has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          public function getNegativeKeywordsAsyncWithHttpInfo($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                                      Severity: Minor
                                      Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 35 mins to fix

                                        Method getNegativeKeywordsWithHttpInfo has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            public function getNegativeKeywordsWithHttpInfo($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                                        Severity: Minor
                                        Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language