jjsoft-ar/siges-core

View on GitHub

Showing 3 of 72 total issues

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

        $entity_id = "",
        $namespace = "",
        $name = "",
        $description = "",
        $slug = "",
Severity: Major
Found in src/FieldGenerator/CreateFieldCommand.php - About 1 hr to fix

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

        public function __construct($namespace = "", $name = "", $description = "", $slug = "", $prefix = "", $locked = true, $create_table = true)
    Severity: Major
    Found in src/EntityGenerator/EntityGeneratorCommand.php - About 50 mins to fix

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

              $id,
              $name = "",
              $description = "",
              $required = false,
              $options = [],
      Severity: Minor
      Found in src/FieldGenerator/EditFieldCommand.php - About 45 mins to fix
        Severity
        Category
        Status
        Source
        Language