RebelCode/rcmod-eddbk-rest-api

View on GitHub

Showing 87 of 87 total issues

Avoid variables with short names like $id. Configured minimum length is 3.
Open

    protected function _createNonceInstance($id, $code)
Severity: Minor
Found in src/Module/TransientNonceFactory.php by phpmd

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

Avoid variables with short names like $id. Configured minimum length is 3.
Open

            $id = $this->_containerGet($params, 'id');
Severity: Minor
Found in src/Controller/BookingsController.php by phpmd

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

Avoid variables with short names like $id. Configured minimum length is 3.
Open

            $id = $this->_containerGet($params, 'id');

ShortVariable

Since: 0.2

Detects when a field, local, or parameter has a very short name.

Example

class Something {
    private $q = 15; // VIOLATION - Field
    public static function main( array $as ) { // VIOLATION - Formal
        $r = 20 + $this->q; // VIOLATION - Local
        for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
            $r += $this->q;
        }
    }
}

Source https://phpmd.org/rules/naming.html#shortvariable

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

        $iteratorFactory,
        $selectRm,
        $ordering,
        $exprBuilder,
        $defaultNumPerPage,
Severity: Minor
Found in src/Controller/SessionsController.php - About 45 mins to fix

    The class EddBkRestApiModule has a coupling between objects value of 56. Consider to reduce the number of dependencies under 13.
    Open

    class EddBkRestApiModule extends AbstractBaseModule
    {
        /* @since [*next-version*] */
        use NormalizeIteratorCapableTrait;
    
    
    Severity: Minor
    Found in src/Module/EddBkRestApiModule.php by phpmd

    CouplingBetweenObjects

    Since: 1.1.0

    A class with too many dependencies has negative impacts on several quality aspects of a class. This includes quality criteria like stability, maintainability and understandability

    Example

    class Foo {
        /**
         * @var \foo\bar\X
         */
        private $x = null;
    
        /**
         * @var \foo\bar\Y
         */
        private $y = null;
    
        /**
         * @var \foo\bar\Z
         */
        private $z = null;
    
        public function setFoo(\Foo $foo) {}
        public function setBar(\Bar $bar) {}
        public function setBaz(\Baz $baz) {}
    
        /**
         * @return \SplObjectStorage
         * @throws \OutOfRangeException
         * @throws \InvalidArgumentException
         * @throws \ErrorException
         */
        public function process(\Iterator $it) {}
    
        // ...
    }

    Source https://phpmd.org/rules/design.html#couplingbetweenobjects

    The class BookingsController has a coupling between objects value of 13. Consider to reduce the number of dependencies under 13.
    Open

    class BookingsController extends AbstractBaseCqrsController
    {
        /* @since [*next-version*] */
        use FactoryAwareTrait {
            _getFactory as _getIteratorFactory;
    Severity: Minor
    Found in src/Controller/BookingsController.php by phpmd

    CouplingBetweenObjects

    Since: 1.1.0

    A class with too many dependencies has negative impacts on several quality aspects of a class. This includes quality criteria like stability, maintainability and understandability

    Example

    class Foo {
        /**
         * @var \foo\bar\X
         */
        private $x = null;
    
        /**
         * @var \foo\bar\Y
         */
        private $y = null;
    
        /**
         * @var \foo\bar\Z
         */
        private $z = null;
    
        public function setFoo(\Foo $foo) {}
        public function setBar(\Bar $bar) {}
        public function setBaz(\Baz $baz) {}
    
        /**
         * @return \SplObjectStorage
         * @throws \OutOfRangeException
         * @throws \InvalidArgumentException
         * @throws \ErrorException
         */
        public function process(\Iterator $it) {}
    
        // ...
    }

    Source https://phpmd.org/rules/design.html#couplingbetweenobjects

    Method _createControllerException has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            $message = null,
            $code = null,
            RootException $previous = null,
            ControllerInterface $controller = null,
            $data = []
    Severity: Minor
    Found in src/Controller/Exception/CreateControllerExceptionCapableTrait.php - About 35 mins to fix

      Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              EventManagerInterface $eventManager,
              EventFactoryInterface $eventFactory,
              $eventName,
              $paramKey,
              $paramDefault = false
      Severity: Minor
      Found in src/Auth/FilterAuthValidator.php - About 35 mins to fix

        Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                $message = null,
                $code = null,
                $previous = null,
                ControllerInterface $controller = null,
                $data = []
        Severity: Minor
        Found in src/Controller/Exception/ControllerException.php - About 35 mins to fix

          Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                  EntityManagerInterface $servicesManager,
                  FactoryInterface $iteratorFactory,
                  ValidatorInterface $hiddenServicesAuthVal,
                  ValidatorInterface $sensitiveInfoAuthVal,
                  EventFactoryInterface $eventFactory
          Severity: Minor
          Found in src/Controller/ServicesController.php - About 35 mins to fix

            Method _addQueryCondition has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                protected function _addQueryCondition($condition, $entity, $field, $value, $compare = 'eq')
            Severity: Minor
            Found in src/Controller/AbstractBaseCqrsController.php - About 35 mins to fix

              Function _buildInsertRecord has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
              Open

                  protected function _buildInsertRecord($params)
                  {
                      $recordData = [];
              
                      foreach ($this->_getInsertParamFieldMapping() as $_param => $_mapping) {
              Severity: Minor
              Found in src/Controller/AbstractBaseCqrsController.php - About 35 mins 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

              Similar blocks of code found in 3 locations. Consider refactoring.
              Open

              <?php
              
              namespace RebelCode\EddBookings\RestApi\Handlers\Services;
              
              use RebelCode\EddBookings\RestApi\Controller\ControllerAwareTrait;
              Severity: Minor
              Found in src/Handlers/Services/DeleteServiceHandler.php and 2 other locations - About 30 mins to fix
              src/Handlers/Bookings/DeleteBookingHandler.php on lines 1..45
              src/Handlers/Resources/DeleteResourceHandler.php on lines 1..45

              Duplicated Code

              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

              Tuning

              This issue has a mass of 91.

              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

              Refactorings

              Further Reading

              Similar blocks of code found in 3 locations. Consider refactoring.
              Open

              <?php
              
              namespace RebelCode\EddBookings\RestApi\Handlers\Bookings;
              
              use RebelCode\EddBookings\RestApi\Controller\ControllerAwareTrait;
              Severity: Minor
              Found in src/Handlers/Bookings/DeleteBookingHandler.php and 2 other locations - About 30 mins to fix
              src/Handlers/Resources/DeleteResourceHandler.php on lines 1..45
              src/Handlers/Services/DeleteServiceHandler.php on lines 1..45

              Duplicated Code

              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

              Tuning

              This issue has a mass of 91.

              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

              Refactorings

              Further Reading

              Similar blocks of code found in 3 locations. Consider refactoring.
              Open

              <?php
              
              namespace RebelCode\EddBookings\RestApi\Handlers\Resources;
              
              use RebelCode\EddBookings\RestApi\Controller\ControllerAwareTrait;
              Severity: Minor
              Found in src/Handlers/Resources/DeleteResourceHandler.php and 2 other locations - About 30 mins to fix
              src/Handlers/Bookings/DeleteBookingHandler.php on lines 1..45
              src/Handlers/Services/DeleteServiceHandler.php on lines 1..45

              Duplicated Code

              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

              Tuning

              This issue has a mass of 91.

              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

              Refactorings

              Further Reading

              Missing class import via use statement (line '109', column '28').
              Open

                      $eddCustomer = new \EDD_Customer($email);
              Severity: Minor
              Found in src/Controller/ClientsController.php by phpmd

              MissingImport

              Since: 2.7.0

              Importing all external classes in a file through use statements makes them clearly visible.

              Example

              function make() {
                  return new \stdClass();
              }

              Source http://phpmd.org/rules/cleancode.html#MissingImport

              The method __construct has a boolean flag argument $paramDefault, which is a certain sign of a Single Responsibility Principle violation.
              Open

                      $paramDefault = false
              Severity: Minor
              Found in src/Auth/FilterAuthValidator.php by phpmd

              BooleanArgumentFlag

              Since: 1.4.0

              A boolean flag argument is a reliable indicator for a violation of the Single Responsibility Principle (SRP). You can fix this problem by extracting the logic in the boolean flag into its own class or method.

              Example

              class Foo {
                  public function bar($flag = true) {
                  }
              }

              Source https://phpmd.org/rules/cleancode.html#booleanargumentflag

              Function _paramsToServiceData has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
              Open

                  protected function _paramsToServiceData($params = [])
                  {
                      $mapping = $this->_getServiceDataParamMapping();
                      $data = [];
              
              
              Severity: Minor
              Found in src/Controller/ServicesController.php - About 25 mins 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 _paramsToResourceData has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
              Open

                  protected function _paramsToResourceData($params = [])
                  {
                      $mapping = $this->_getResourceDataParamMapping();
                      $data    = [];
              
              
              Severity: Minor
              Found in src/Controller/ResourcesController.php - About 25 mins 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

              The method _buildInsertRecord uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
              Open

                          } else {
                              $recordData[$field] = $default;
                          }

              ElseExpression

              Since: 1.4.0

              An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

              Example

              class Foo
              {
                  public function bar($flag)
                  {
                      if ($flag) {
                          // one branch
                      } else {
                          // another branch
                      }
                  }
              }

              Source https://phpmd.org/rules/cleancode.html#elseexpression

              Severity
              Category
              Status
              Source
              Language