brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
Open

class Configuration
{
    /**
     * @var Configuration
     */
Severity: Minor
Found in src/Sell/ListingBeta/V1/Configuration.php - About 3 hrs to fix

    Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
    Open

    class Configuration
    {
        /**
         * @var Configuration
         */
    Severity: Minor
    Found in src/Sell/Account/V2/Configuration.php - About 3 hrs to fix

      Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
      Open

      class Configuration
      {
          /**
           * @var Configuration
           */
      Severity: Minor
      Found in src/Sell/Marketing/V1/Configuration.php - About 3 hrs to fix

        Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
        Open

        class Configuration
        {
            /**
             * @var Configuration
             */
        Severity: Minor
        Found in src/Sell/Account/V1/Configuration.php - About 3 hrs to fix

          Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
          Open

          class Configuration
          {
              /**
               * @var Configuration
               */
          Severity: Minor
          Found in src/Sell/Feed/V1/Configuration.php - About 3 hrs to fix

            Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
            Open

            class Configuration
            {
                /**
                 * @var Configuration
                 */
            Severity: Minor
            Found in src/Sell/Inventory/V1/Configuration.php - About 3 hrs to fix

              Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
              Open

              class Configuration
              {
                  /**
                   * @var Configuration
                   */
              Severity: Minor
              Found in src/Sell/Negotiation/V1/Configuration.php - About 3 hrs to fix

                Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
                Open

                class Configuration
                {
                    /**
                     * @var Configuration
                     */
                Severity: Minor
                Found in src/Sell/Compliance/V1/Configuration.php - About 3 hrs to fix

                  Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
                  Open

                  class Configuration
                  {
                      /**
                       * @var Configuration
                       */
                  Severity: Minor
                  Found in src/Sell/Recommendation/V1/Configuration.php - About 3 hrs to fix

                    Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
                    Open

                    class Configuration
                    {
                        /**
                         * @var Configuration
                         */
                    Severity: Minor
                    Found in src/Commerce/TranslationBeta/V1/Configuration.php - About 3 hrs to fix

                      Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
                      Open

                      class Configuration
                      {
                          /**
                           * @var Configuration
                           */
                      Severity: Minor
                      Found in src/Sell/Fulfillment/V1/Configuration.php - About 3 hrs to fix

                        Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
                        Open

                        class Configuration
                        {
                            /**
                             * @var Configuration
                             */
                        Severity: Minor
                        Found in src/Commerce/CatalogBeta/V1/Configuration.php - About 3 hrs to fix

                          Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
                          Open

                          class Configuration
                          {
                              /**
                               * @var Configuration
                               */
                          Severity: Minor
                          Found in src/Commerce/Notification/V1/Configuration.php - About 3 hrs to fix

                            Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
                            Open

                            class Configuration
                            {
                                /**
                                 * @var Configuration
                                 */
                            Severity: Minor
                            Found in src/Commerce/Charity/V1/Configuration.php - About 3 hrs to fix

                              Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
                              Open

                              class Configuration
                              {
                                  /**
                                   * @var Configuration
                                   */
                              Severity: Minor
                              Found in src/Commerce/MediaBeta/V1/Configuration.php - About 3 hrs to fix

                                Configuration has 27 functions (exceeds 20 allowed). Consider refactoring.
                                Open

                                class Configuration
                                {
                                    /**
                                     * @var Configuration
                                     */
                                Severity: Minor
                                Found in src/Commerce/Taxonomy/V1/Configuration.php - About 3 hrs to fix

                                  Method checkCompatibilityRequest has 79 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      public function checkCompatibilityRequest($item_id, $x_ebay_c_marketplace_id, $compatibility_payload = null)
                                      {
                                          // Verify the required parameter 'item_id' is set.
                                          if ($item_id === null || (\is_array($item_id) && count($item_id) === 0)) {
                                              throw new \InvalidArgumentException('Missing the required parameter $item_id when calling checkCompatibility');
                                  Severity: Major
                                  Found in src/Buy/Browse/V1/Api/ItemApi.php - About 3 hrs to fix

                                    Method createOrReplaceProductCompatibilityRequest has 79 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        public function createOrReplaceProductCompatibilityRequest($content_language, $sku, $compatibility)
                                        {
                                            // Verify the required parameter 'content_language' is set.
                                            if ($content_language === null || (\is_array($content_language) && count($content_language) === 0)) {
                                                throw new \InvalidArgumentException('Missing the required parameter $content_language when calling createOrReplaceProductCompatibility');
                                    Severity: Major
                                    Found in src/Sell/Inventory/V1/Api/ProductCompatibilityApi.php - About 3 hrs to fix

                                      Method createOrReplaceInventoryItemGroupRequest has 79 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          public function createOrReplaceInventoryItemGroupRequest($content_language, $inventory_item_group_key, $inventory_item_group)
                                          {
                                              // Verify the required parameter 'content_language' is set.
                                              if ($content_language === null || (\is_array($content_language) && count($content_language) === 0)) {
                                                  throw new \InvalidArgumentException('Missing the required parameter $content_language when calling createOrReplaceInventoryItemGroup');
                                      Severity: Major
                                      Found in src/Sell/Inventory/V1/Api/InventoryItemGroupApi.php - About 3 hrs to fix

                                        Method createOrReplaceInventoryItemRequest has 79 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            public function createOrReplaceInventoryItemRequest($content_language, $sku, $inventory_item)
                                            {
                                                // Verify the required parameter 'content_language' is set.
                                                if ($content_language === null || (\is_array($content_language) && count($content_language) === 0)) {
                                                    throw new \InvalidArgumentException('Missing the required parameter $content_language when calling createOrReplaceInventoryItem');
                                        Severity: Major
                                        Found in src/Sell/Inventory/V1/Api/InventoryItemApi.php - About 3 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language