brandon14/ebay-sdk-php

View on GitHub

Showing 2,539 of 3,709 total issues

Method uploadFileWithHttpInfo has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function uploadFileWithHttpInfo($task_id, $creation_date = null, $file_name = null, $modification_date = null, $name = null, $read_date = null, $size = null, $type = null)
Severity: Major
Found in src/Sell/Feed/V1/Api/TaskApi.php - About 1 hr to fix

    Method uploadFileAsync has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function uploadFileAsync($task_id, $creation_date = null, $file_name = null, $modification_date = null, $name = null, $read_date = null, $size = null, $type = null)
    Severity: Major
    Found in src/Sell/Feed/V1/Api/TaskApi.php - About 1 hr to fix

      Method uploadFileRequest has 8 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function uploadFileRequest($task_id, $creation_date = null, $file_name = null, $modification_date = null, $name = null, $read_date = null, $size = null, $type = null)
      Severity: Major
      Found in src/Sell/Feed/V1/Api/TaskApi.php - About 1 hr to fix

        Method uploadFile has 8 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            public function uploadFile($task_id, $creation_date = null, $file_name = null, $modification_date = null, $name = null, $read_date = null, $size = null, $type = null)
        Severity: Major
        Found in src/Sell/Feed/V1/Api/TaskApi.php - About 1 hr to fix

          Method uploadFileAsyncWithHttpInfo has 8 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              public function uploadFileAsyncWithHttpInfo($task_id, $creation_date = null, $file_name = null, $modification_date = null, $name = null, $read_date = null, $size = null, $type = null)
          Severity: Major
          Found in src/Sell/Feed/V1/Api/TaskApi.php - About 1 hr to fix

            Method getFilesRequest has 7 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                public function getFilesRequest($x_ebay_c_marketplace_id, $category_ids = null, $continuation_token = null, $feed_scope = null, $feed_type_id = null, $limit = null, $look_back = null)
            Severity: Major
            Found in src/Buy/Feed/V1/Api/FileApi.php - About 50 mins to fix

              Method getFiles has 7 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  public function getFiles($x_ebay_c_marketplace_id, $category_ids = null, $continuation_token = null, $feed_scope = null, $feed_type_id = null, $limit = null, $look_back = null)
              Severity: Major
              Found in src/Buy/Feed/V1/Api/FileApi.php - About 50 mins to fix

                Method getFilesWithHttpInfo has 7 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    public function getFilesWithHttpInfo($x_ebay_c_marketplace_id, $category_ids = null, $continuation_token = null, $feed_scope = null, $feed_type_id = null, $limit = null, $look_back = null)
                Severity: Major
                Found in src/Buy/Feed/V1/Api/FileApi.php - About 50 mins to fix

                  Method getFilesAsyncWithHttpInfo has 7 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      public function getFilesAsyncWithHttpInfo($x_ebay_c_marketplace_id, $category_ids = null, $continuation_token = null, $feed_scope = null, $feed_type_id = null, $limit = null, $look_back = null)
                  Severity: Major
                  Found in src/Buy/Feed/V1/Api/FileApi.php - About 50 mins to fix

                    Method getFilesAsync has 7 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        public function getFilesAsync($x_ebay_c_marketplace_id, $category_ids = null, $continuation_token = null, $feed_scope = null, $feed_type_id = null, $limit = null, $look_back = null)
                    Severity: Major
                    Found in src/Buy/Feed/V1/Api/FileApi.php - About 50 mins to fix

                      Method getCampaignsAsyncWithHttpInfo has 7 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          public function getCampaignsAsyncWithHttpInfo($campaign_name = null, $campaign_status = null, $end_date_range = null, $funding_strategy = null, $limit = null, $offset = null, $start_date_range = null)
                      Severity: Major
                      Found in src/Sell/Marketing/V1/Api/CampaignApi.php - About 50 mins to fix

                        Method getPromotionsWithHttpInfo has 7 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            public function getPromotionsWithHttpInfo($marketplace_id, $limit = null, $offset = null, $promotion_status = null, $promotion_type = null, $q = null, $sort = null)
                        Severity: Major
                        Found in src/Sell/Marketing/V1/Api/PromotionApi.php - About 50 mins to fix

                          Method getCampaigns has 7 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              public function getCampaigns($campaign_name = null, $campaign_status = null, $end_date_range = null, $funding_strategy = null, $limit = null, $offset = null, $start_date_range = null)
                          Severity: Major
                          Found in src/Sell/Marketing/V1/Api/CampaignApi.php - About 50 mins to fix

                            Method getCampaignsRequest has 7 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                public function getCampaignsRequest($campaign_name = null, $campaign_status = null, $end_date_range = null, $funding_strategy = null, $limit = null, $offset = null, $start_date_range = null)
                            Severity: Major
                            Found in src/Sell/Marketing/V1/Api/CampaignApi.php - About 50 mins to fix

                              Method getPromotionsAsync has 7 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  public function getPromotionsAsync($marketplace_id, $limit = null, $offset = null, $promotion_status = null, $promotion_type = null, $q = null, $sort = null)
                              Severity: Major
                              Found in src/Sell/Marketing/V1/Api/PromotionApi.php - About 50 mins to fix

                                Method getCampaignsWithHttpInfo has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    public function getCampaignsWithHttpInfo($campaign_name = null, $campaign_status = null, $end_date_range = null, $funding_strategy = null, $limit = null, $offset = null, $start_date_range = null)
                                Severity: Major
                                Found in src/Sell/Marketing/V1/Api/CampaignApi.php - About 50 mins to fix

                                  Method getPromotionsAsyncWithHttpInfo has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      public function getPromotionsAsyncWithHttpInfo($marketplace_id, $limit = null, $offset = null, $promotion_status = null, $promotion_type = null, $q = null, $sort = null)
                                  Severity: Major
                                  Found in src/Sell/Marketing/V1/Api/PromotionApi.php - About 50 mins to fix

                                    Method getPromotionsRequest has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        public function getPromotionsRequest($marketplace_id, $limit = null, $offset = null, $promotion_status = null, $promotion_type = null, $q = null, $sort = null)
                                    Severity: Major
                                    Found in src/Sell/Marketing/V1/Api/PromotionApi.php - About 50 mins to fix

                                      Method getCampaignsAsync has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          public function getCampaignsAsync($campaign_name = null, $campaign_status = null, $end_date_range = null, $funding_strategy = null, $limit = null, $offset = null, $start_date_range = null)
                                      Severity: Major
                                      Found in src/Sell/Marketing/V1/Api/CampaignApi.php - About 50 mins to fix

                                        Method getPromotions has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            public function getPromotions($marketplace_id, $limit = null, $offset = null, $promotion_status = null, $promotion_type = null, $q = null, $sort = null)
                                        Severity: Major
                                        Found in src/Sell/Marketing/V1/Api/PromotionApi.php - About 50 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language