gabrielbull/php-ups-api

View on GitHub

Showing 141 of 176 total issues

Method __construct has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct($response = null)
    {
        $this->CallTagARS = new CallTagARS();

        if (null !== $response) {
Severity: Minor
Found in src/Entity/ShipmentServiceOptions.php - About 1 hr to fix

    Method __construct has 36 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function __construct(\stdClass $attributes = null)
        {
            $this->address = new Address();
    
            if (null !== $attributes) {
    Severity: Minor
    Found in src/Entity/ShipTo.php - About 1 hr to fix

      Method createRequest has 36 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          private function createRequest()
          {
              $xml = new DOMDocument();
              $xml->formatOutput = true;
      
      
      Severity: Minor
      Found in src/Tracking.php - About 1 hr to fix

        Function __construct has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
        Open

            public function __construct(\stdClass $response = null)
            {
                if (null !== $response) {
                    if (isset($response->CurrencyCode)) {
                        $this->CurrencyCode = $response->CurrencyCode;
        Severity: Minor
        Found in src/Entity/Charges.php - About 1 hr to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        Function recoverLabel has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
        Open

            public function recoverLabel($trackingData, $labelSpecification = null, $labelDelivery = null, $translate = null)
            {
                if (is_array($trackingData)) {
                    if (!isset($trackingData['value'])) {
                        throw new InvalidArgumentException('$trackingData parameter is required to contain `value`.');
        Severity: Minor
        Found in src/Shipping.php - About 1 hr to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        Function toNode has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
        Open

            public function toNode(DOMDocument $document = null)
            {
                if (null === $document) {
                    $document = new DOMDocument();
                }
        Severity: Minor
        Found in src/Entity/AddressKeyFormat.php - About 1 hr to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        Method createRecoverLabelRequest has 35 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            private function createRecoverLabelRequest($trackingData, $labelSpecificationOpts = null, $labelDeliveryOpts = null, $translateOpts = null)
            {
                $xml = new DOMDocument();
                $xml->formatOutput = true;
        
        
        Severity: Minor
        Found in src/Shipping.php - About 1 hr to fix

          Method createRequest has 35 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              private function createRequest($labelRecoveryRequest)
              {
                  $xml = new DOMDocument();
                  $xml->formatOutput = true;
          
          
          Severity: Minor
          Found in src/LabelRecovery.php - About 1 hr to fix

            Method getSubscription has 34 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public function getSubscription($name = null, $beginDateTime = null, $endDateTime = null, $fileName = null, $bookmark = null)
                {
                    // Format date times
                    if (null !== $beginDateTime) {
                        $beginDateTime = $this->formatDateTime($beginDateTime);
            Severity: Minor
            Found in src/QuantumView.php - About 1 hr to fix

              Method toNode has 34 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  public function toNode(DOMDocument $document = null)
                  {
                      if (null === $document) {
                          $document = new DOMDocument();
                      }
              Severity: Minor
              Found in src/Entity/Package.php - About 1 hr to fix

                Method toNode has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public function toNode(DOMDocument $document = null)
                    {
                        if (null === $document) {
                            $document = new DOMDocument();
                        }
                Severity: Minor
                Found in src/Entity/Tradeability/Product.php - About 1 hr to fix

                  Method __construct has 33 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      public function __construct($attributes = null)
                      {
                          $this->address = new Address();
                  
                          if (null !== $attributes) {
                  Severity: Minor
                  Found in src/Entity/Shipper.php - About 1 hr to fix

                    Method compileLabelSpecificationNode has 33 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        private function compileLabelSpecificationNode(ShipmentRequestLabelSpecification $labelSpec)
                        {
                            $xml = new DOMDocument();
                            $xml->formatOutput = true;
                    
                    
                    Severity: Minor
                    Found in src/Shipping.php - About 1 hr to fix

                      Method toNode has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          public function toNode(DOMDocument $document = null)
                          {
                              if (null === $document) {
                                  $document = new DOMDocument();
                              }
                      Severity: Minor
                      Found in src/Entity/AddressKeyFormat.php - About 1 hr to fix

                        Function __construct has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
                        Open

                            public function __construct(\stdClass $response = null)
                            {
                                $this->ServiceSummary = [];
                        
                                if (null !== $response) {
                        Severity: Minor
                        Found in src/Entity/RateTimeInTransitResponse.php - About 1 hr to fix

                        Cognitive Complexity

                        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                        A method's cognitive complexity is based on a few simple rules:

                        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                        • Code is considered more complex for each "break in the linear flow of the code"
                        • Code is considered more complex when "flow breaking structures are nested"

                        Further reading

                        Function __construct has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
                        Open

                            public function __construct(\stdClass $response = null)
                            {
                                $this->BillingWeight = new BillingWeight();
                                $this->TransportationCharges = new Charges();
                                $this->ServiceOptionsCharges = new Charges();
                        Severity: Minor
                        Found in src/Entity/RatedPackage.php - About 1 hr to fix

                        Cognitive Complexity

                        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                        A method's cognitive complexity is based on a few simple rules:

                        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                        • Code is considered more complex for each "break in the linear flow of the code"
                        • Code is considered more complex when "flow breaking structures are nested"

                        Further reading

                        Function __construct has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
                        Open

                            public function __construct($attributes = null)
                            {
                                if (null !== $attributes) {
                                    if (isset($attributes->Code)) {
                                        $this->setCode($attributes->Code);
                        Severity: Minor
                        Found in src/Entity/EEIFilingOption.php - About 1 hr to fix

                        Cognitive Complexity

                        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                        A method's cognitive complexity is based on a few simple rules:

                        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                        • Code is considered more complex for each "break in the linear flow of the code"
                        • Code is considered more complex when "flow breaking structures are nested"

                        Further reading

                        Function __construct has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
                        Open

                            public function __construct($response = null)
                            {
                                $this->RatedShipment = [];
                        
                                if (null !== $response) {
                        Severity: Minor
                        Found in src/Entity/RateResponse.php - About 1 hr to fix

                        Cognitive Complexity

                        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                        A method's cognitive complexity is based on a few simple rules:

                        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                        • Code is considered more complex for each "break in the linear flow of the code"
                        • Code is considered more complex when "flow breaking structures are nested"

                        Further reading

                        Function createRequest has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
                        Open

                            private function createRequest()
                            {
                                $xml = new DOMDocument();
                                $xml->formatOutput = true;
                        
                        
                        Severity: Minor
                        Found in src/Tracking.php - About 1 hr to fix

                        Cognitive Complexity

                        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                        A method's cognitive complexity is based on a few simple rules:

                        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                        • Code is considered more complex for each "break in the linear flow of the code"
                        • Code is considered more complex when "flow breaking structures are nested"

                        Further reading

                        Function __construct has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
                        Open

                            public function __construct(\stdClass $response = null)
                            {
                                if (null !== $response) {
                                    $this->build($response);
                                    if (isset($response->BusinessTransitDays)) {
                        Severity: Minor
                        Found in src/Entity/EstimatedArrival.php - About 1 hr to fix

                        Cognitive Complexity

                        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                        A method's cognitive complexity is based on a few simple rules:

                        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                        • Code is considered more complex for each "break in the linear flow of the code"
                        • Code is considered more complex when "flow breaking structures are nested"

                        Further reading

                        Severity
                        Category
                        Status
                        Source
                        Language