brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

Method getTasksAsyncWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function getTasksAsyncWithHttpInfo($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null, $schedule_id = null)
Severity: Minor
Found in src/Sell/Feed/V1/Api/TaskApi.php - About 45 mins to fix

    Method getOrderTasksRequest has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function getOrderTasksRequest($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null, $schedule_id = null)
    Severity: Minor
    Found in src/Sell/Feed/V1/Api/OrderTaskApi.php - About 45 mins to fix

      Method getInventoryTasksWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function getInventoryTasksWithHttpInfo($feed_type = null, $schedule_id = null, $look_back_days = null, $date_range = null, $limit = null, $offset = null)
      Severity: Minor
      Found in src/Sell/Feed/V1/Api/InventoryTaskApi.php - About 45 mins to fix

        Method getTasksWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            public function getTasksWithHttpInfo($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null, $schedule_id = null)
        Severity: Minor
        Found in src/Sell/Feed/V1/Api/TaskApi.php - About 45 mins to fix

          Method getTasksRequest has 6 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              public function getTasksRequest($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null, $schedule_id = null)
          Severity: Minor
          Found in src/Sell/Feed/V1/Api/TaskApi.php - About 45 mins to fix

            Method getOrderTasksWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                public function getOrderTasksWithHttpInfo($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null, $schedule_id = null)
            Severity: Minor
            Found in src/Sell/Feed/V1/Api/OrderTaskApi.php - About 45 mins to fix

              Method getListingViolations has 6 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  public function getListingViolations($x_ebay_c_marketplace_id, $compliance_type = null, $offset = null, $listing_id = null, $limit = null, $filter = null)
              Severity: Minor
              Found in src/Sell/Compliance/V1/Api/ListingViolationApi.php - About 45 mins to fix

                Method getListingViolationsRequest has 6 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    public function getListingViolationsRequest($x_ebay_c_marketplace_id, $compliance_type = null, $offset = null, $listing_id = null, $limit = null, $filter = null)
                Severity: Minor
                Found in src/Sell/Compliance/V1/Api/ListingViolationApi.php - About 45 mins to fix

                  Method getListingViolationsWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      public function getListingViolationsWithHttpInfo($x_ebay_c_marketplace_id, $compliance_type = null, $offset = null, $listing_id = null, $limit = null, $filter = null)
                  Severity: Minor
                  Found in src/Sell/Compliance/V1/Api/ListingViolationApi.php - About 45 mins to fix

                    Method getListingViolationsAsyncWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        public function getListingViolationsAsyncWithHttpInfo($x_ebay_c_marketplace_id, $compliance_type = null, $offset = null, $listing_id = null, $limit = null, $filter = null)
                    Severity: Minor
                    Found in src/Sell/Compliance/V1/Api/ListingViolationApi.php - About 45 mins to fix

                      Method getListingViolationsAsync has 6 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          public function getListingViolationsAsync($x_ebay_c_marketplace_id, $compliance_type = null, $offset = null, $listing_id = null, $limit = null, $filter = null)
                      Severity: Minor
                      Found in src/Sell/Compliance/V1/Api/ListingViolationApi.php - About 45 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/Buy/Browse/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/Buy/Browse/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/Buy/Deal/V1/ApiException.php - About 35 mins to fix

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

                                  public function getItemPriorityFeedAsyncWithHttpInfo($accept, $x_ebay_c_marketplace_id, $range, $category_id, $date)
                              Severity: Minor
                              Found in src/Buy/FeedBeta/V1/Api/ItemPriorityApi.php - About 35 mins to fix

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

                                    public function getItemPriorityFeedAsync($accept, $x_ebay_c_marketplace_id, $range, $category_id, $date)
                                Severity: Minor
                                Found in src/Buy/FeedBeta/V1/Api/ItemPriorityApi.php - About 35 mins to fix

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

                                      public function getItemSnapshotFeedWithHttpInfo($accept, $x_ebay_c_marketplace_id, $range, $category_id, $snapshot_date)
                                  Severity: Minor
                                  Found in src/Buy/FeedBeta/V1/Api/ItemSnapshotApi.php - About 35 mins to fix

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

                                        public function getItemPriorityFeedRequest($accept, $x_ebay_c_marketplace_id, $range, $category_id, $date)
                                    Severity: Minor
                                    Found in src/Buy/FeedBeta/V1/Api/ItemPriorityApi.php - About 35 mins to fix

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

                                          public function getItemSnapshotFeed($accept, $x_ebay_c_marketplace_id, $range, $category_id, $snapshot_date)
                                      Severity: Minor
                                      Found in src/Buy/FeedBeta/V1/Api/ItemSnapshotApi.php - About 35 mins to fix

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

                                            public function getItemSnapshotFeedAsyncWithHttpInfo($accept, $x_ebay_c_marketplace_id, $range, $category_id, $snapshot_date)
                                        Severity: Minor
                                        Found in src/Buy/FeedBeta/V1/Api/ItemSnapshotApi.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language