brandon14/ebay-sdk-php

View on GitHub

Showing 2,539 of 3,709 total issues

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

    public function getInventoryTasksRequest($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 getTasks has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function getTasks($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 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 getTasksAsync has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                public function getTasksAsync($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 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 getInventoryTasksAsync has 6 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    public function getInventoryTasksAsync($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 getInventoryTasksAsyncWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      public function getInventoryTasksAsyncWithHttpInfo($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 getInventoryTasks has 6 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        public function getInventoryTasks($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 getOrderTasksAsyncWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          public function getOrderTasksAsyncWithHttpInfo($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 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 getOrderTasksAsync has 6 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              public function getOrderTasksAsync($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 getOrderTasks has 6 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                public function getOrderTasks($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 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 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 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 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 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
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language