brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

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/Negotiation/V1/ApiException.php - About 35 mins to fix

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

        public function findListingRecommendationsWithHttpInfo($x_ebay_c_marketplace_id, $filter = null, $limit = null, $offset = null, $find_listing_recommendation_request = null)
    Severity: Minor
    Found in src/Sell/Recommendation/V1/Api/ListingRecommendationApi.php - About 35 mins to fix

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

          public function findListingRecommendationsRequest($x_ebay_c_marketplace_id, $filter = null, $limit = null, $offset = null, $find_listing_recommendation_request = null)
      Severity: Minor
      Found in src/Sell/Recommendation/V1/Api/ListingRecommendationApi.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/Negotiation/V1/ObjectSerializer.php - About 35 mins to fix

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

              public function findListingRecommendationsAsyncWithHttpInfo($x_ebay_c_marketplace_id, $filter = null, $limit = null, $offset = null, $find_listing_recommendation_request = null)
          Severity: Minor
          Found in src/Sell/Recommendation/V1/Api/ListingRecommendationApi.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/Commerce/TranslationBeta/V1/ApiException.php - About 35 mins to fix

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

                  public function getOrdersWithHttpInfo($field_groups = null, $filter = null, $limit = null, $offset = null, $order_ids = null)
              Severity: Minor
              Found in src/Sell/Fulfillment/V1/Api/OrderApi.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/Commerce/TranslationBeta/V1/ObjectSerializer.php - About 35 mins to fix

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

                      public function getOrdersAsync($field_groups = null, $filter = null, $limit = null, $offset = null, $order_ids = null)
                  Severity: Minor
                  Found in src/Sell/Fulfillment/V1/Api/OrderApi.php - About 35 mins to fix

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

                        public function getOrdersAsyncWithHttpInfo($field_groups = null, $filter = null, $limit = null, $offset = null, $order_ids = null)
                    Severity: Minor
                    Found in src/Sell/Fulfillment/V1/Api/OrderApi.php - About 35 mins to fix

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

                          public function getOrdersRequest($field_groups = null, $filter = null, $limit = null, $offset = null, $order_ids = null)
                      Severity: Minor
                      Found in src/Sell/Fulfillment/V1/Api/OrderApi.php - About 35 mins to fix

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

                            public function getOrders($field_groups = null, $filter = null, $limit = null, $offset = null, $order_ids = null)
                        Severity: Minor
                        Found in src/Sell/Fulfillment/V1/Api/OrderApi.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/Fulfillment/V1/ObjectSerializer.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/Commerce/CatalogBeta/V1/ApiException.php - About 35 mins to fix

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

                                  public function uploadVideoRequest($content_type, $video_id, $content_length = null, $content_range = null, $body = null)
                              Severity: Minor
                              Found in src/Commerce/MediaBeta/V1/Api/VideoApi.php - About 35 mins to fix

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

                                    public function uploadVideoAsync($content_type, $video_id, $content_length = null, $content_range = null, $body = null)
                                Severity: Minor
                                Found in src/Commerce/MediaBeta/V1/Api/VideoApi.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/Commerce/MediaBeta/V1/ApiException.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/Commerce/Notification/V1/ObjectSerializer.php - About 35 mins to fix

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

                                          public function uploadVideoWithHttpInfo($content_type, $video_id, $content_length = null, $content_range = null, $body = null)
                                      Severity: Minor
                                      Found in src/Commerce/MediaBeta/V1/Api/VideoApi.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/Commerce/Notification/V1/ApiException.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language