brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

OfferResponseWithListingId has 26 functions (exceeds 20 allowed). Consider refactoring.
Open

class OfferResponseWithListingId implements ModelInterface, \ArrayAccess, \JsonSerializable
{
    public const DISCRIMINATOR = null;

    /**
Severity: Minor
Found in src/Sell/Inventory/V1/Model/OfferResponseWithListingId.php - About 3 hrs to fix

    PriceQuantityResponse has 26 functions (exceeds 20 allowed). Consider refactoring.
    Open

    class PriceQuantityResponse implements ModelInterface, \ArrayAccess, \JsonSerializable
    {
        public const DISCRIMINATOR = null;
    
        /**
    Severity: Minor
    Found in src/Sell/Inventory/V1/Model/PriceQuantityResponse.php - About 3 hrs to fix

      InventoryItem has 26 functions (exceeds 20 allowed). Consider refactoring.
      Open

      class InventoryItem implements ModelInterface, \ArrayAccess, \JsonSerializable
      {
          public const DISCRIMINATOR = null;
      
          /**
      Severity: Minor
      Found in src/Sell/Inventory/V1/Model/InventoryItem.php - About 3 hrs to fix

        GetInventoryItemResponse has 26 functions (exceeds 20 allowed). Consider refactoring.
        Open

        class GetInventoryItemResponse implements ModelInterface, \ArrayAccess, \JsonSerializable
        {
            public const DISCRIMINATOR = null;
        
            /**
        Severity: Minor
        Found in src/Sell/Inventory/V1/Model/GetInventoryItemResponse.php - About 3 hrs to fix

          ComplianceViolation has 26 functions (exceeds 20 allowed). Consider refactoring.
          Open

          class ComplianceViolation implements ModelInterface, \ArrayAccess, \JsonSerializable
          {
              public const DISCRIMINATOR = null;
          
              /**
          Severity: Minor
          Found in src/Sell/Compliance/V1/Model/ComplianceViolation.php - About 3 hrs to fix

            Method addEvidenceRequest has 75 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public function addEvidenceRequest($payment_dispute_id, $add_evidence_payment_dispute_request = null)
                {
                    // Verify the required parameter 'payment_dispute_id' is set.
                    if ($payment_dispute_id === null || (\is_array($payment_dispute_id) && count($payment_dispute_id) === 0)) {
                        throw new \InvalidArgumentException('Missing the required parameter $payment_dispute_id when calling addEvidence');
            Severity: Major
            Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 3 hrs to fix

              InventoryItemResponse has 26 functions (exceeds 20 allowed). Consider refactoring.
              Open

              class InventoryItemResponse implements ModelInterface, \ArrayAccess, \JsonSerializable
              {
                  public const DISCRIMINATOR = null;
              
                  /**
              Severity: Minor
              Found in src/Sell/Inventory/V1/Model/InventoryItemResponse.php - About 3 hrs to fix

                Method acceptPaymentDisputeRequest has 75 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public function acceptPaymentDisputeRequest($payment_dispute_id, $accept_payment_dispute_request = null)
                    {
                        // Verify the required parameter 'payment_dispute_id' is set.
                        if ($payment_dispute_id === null || (\is_array($payment_dispute_id) && count($payment_dispute_id) === 0)) {
                            throw new \InvalidArgumentException('Missing the required parameter $payment_dispute_id when calling acceptPaymentDispute');
                Severity: Major
                Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 3 hrs to fix

                  Method contestPaymentDisputeRequest has 75 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      public function contestPaymentDisputeRequest($payment_dispute_id, $contest_payment_dispute_request = null)
                      {
                          // Verify the required parameter 'payment_dispute_id' is set.
                          if ($payment_dispute_id === null || (\is_array($payment_dispute_id) && count($payment_dispute_id) === 0)) {
                              throw new \InvalidArgumentException('Missing the required parameter $payment_dispute_id when calling contestPaymentDispute');
                  Severity: Major
                  Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 3 hrs to fix

                    EvidenceRequest has 26 functions (exceeds 20 allowed). Consider refactoring.
                    Open

                    class EvidenceRequest implements ModelInterface, \ArrayAccess, \JsonSerializable
                    {
                        public const DISCRIMINATOR = null;
                    
                        /**
                    Severity: Minor
                    Found in src/Sell/Fulfillment/V1/Model/EvidenceRequest.php - About 3 hrs to fix

                      Method updateEvidenceRequest has 75 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          public function updateEvidenceRequest($payment_dispute_id, $update_evidence_payment_dispute_request = null)
                          {
                              // Verify the required parameter 'payment_dispute_id' is set.
                              if ($payment_dispute_id === null || (\is_array($payment_dispute_id) && count($payment_dispute_id) === 0)) {
                                  throw new \InvalidArgumentException('Missing the required parameter $payment_dispute_id when calling updateEvidence');
                      Severity: Major
                      Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 3 hrs to fix

                        Program has 26 functions (exceeds 20 allowed). Consider refactoring.
                        Open

                        class Program implements ModelInterface, \ArrayAccess, \JsonSerializable
                        {
                            public const DISCRIMINATOR = null;
                        
                            /**
                        Severity: Minor
                        Found in src/Sell/Fulfillment/V1/Model/Program.php - About 3 hrs to fix

                          DisputeAmount has 26 functions (exceeds 20 allowed). Consider refactoring.
                          Open

                          class DisputeAmount implements ModelInterface, \ArrayAccess, \JsonSerializable
                          {
                              public const DISCRIMINATOR = null;
                          
                              /**
                          Severity: Minor
                          Found in src/Sell/Fulfillment/V1/Model/DisputeAmount.php - About 3 hrs to fix

                            OrderRefund has 26 functions (exceeds 20 allowed). Consider refactoring.
                            Open

                            class OrderRefund implements ModelInterface, \ArrayAccess, \JsonSerializable
                            {
                                public const DISCRIMINATOR = null;
                            
                                /**
                            Severity: Minor
                            Found in src/Sell/Fulfillment/V1/Model/OrderRefund.php - About 3 hrs to fix

                              ShippingFulfillment has 26 functions (exceeds 20 allowed). Consider refactoring.
                              Open

                              class ShippingFulfillment implements ModelInterface, \ArrayAccess, \JsonSerializable
                              {
                                  public const DISCRIMINATOR = null;
                              
                                  /**
                              Severity: Minor
                              Found in src/Sell/Fulfillment/V1/Model/ShippingFulfillment.php - About 3 hrs to fix

                                ExtendedContact has 26 functions (exceeds 20 allowed). Consider refactoring.
                                Open

                                class ExtendedContact implements ModelInterface, \ArrayAccess, \JsonSerializable
                                {
                                    public const DISCRIMINATOR = null;
                                
                                    /**
                                Severity: Minor
                                Found in src/Sell/Fulfillment/V1/Model/ExtendedContact.php - About 3 hrs to fix

                                  SubscriptionSearchResponse has 26 functions (exceeds 20 allowed). Consider refactoring.
                                  Open

                                  class SubscriptionSearchResponse implements ModelInterface, \ArrayAccess, \JsonSerializable
                                  {
                                      public const DISCRIMINATOR = null;
                                  
                                      /**
                                  Severity: Minor
                                  Found in src/Commerce/Notification/V1/Model/SubscriptionSearchResponse.php - About 3 hrs to fix

                                    DestinationSearchResponse has 26 functions (exceeds 20 allowed). Consider refactoring.
                                    Open

                                    class DestinationSearchResponse implements ModelInterface, \ArrayAccess, \JsonSerializable
                                    {
                                        public const DISCRIMINATOR = null;
                                    
                                        /**
                                    Severity: Minor
                                    Found in src/Commerce/Notification/V1/Model/DestinationSearchResponse.php - About 3 hrs to fix

                                      TopicSearchResponse has 26 functions (exceeds 20 allowed). Consider refactoring.
                                      Open

                                      class TopicSearchResponse implements ModelInterface, \ArrayAccess, \JsonSerializable
                                      {
                                          public const DISCRIMINATOR = null;
                                      
                                          /**
                                      Severity: Minor
                                      Found in src/Commerce/Notification/V1/Model/TopicSearchResponse.php - About 3 hrs to fix

                                        CategoryTreeNode has 26 functions (exceeds 20 allowed). Consider refactoring.
                                        Open

                                        class CategoryTreeNode implements ModelInterface, \ArrayAccess, \JsonSerializable
                                        {
                                            public const DISCRIMINATOR = null;
                                        
                                            /**
                                        Severity: Minor
                                        Found in src/Commerce/Taxonomy/V1/Model/CategoryTreeNode.php - About 3 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language