bourdeau/jdhm-api

View on GitHub

Showing 10 of 162 total issues

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

    public function __construct()
    {
        /* mandatory requirements follow */

        $installedPhpVersion = phpversion();
Severity: Major
Found in var/SymfonyRequirements.php - About 1 day to fix

    File SymfonyRequirements.php has 478 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    /*
     * This file is part of the Symfony package.
     *
    Severity: Minor
    Found in var/SymfonyRequirements.php - About 7 hrs to fix

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

          public function __construct()
          {
              /* mandatory requirements follow */
      
              $installedPhpVersion = phpversion();
      Severity: Minor
      Found in var/SymfonyRequirements.php - About 5 hrs 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($cfgName, $evaluation, $approveCfgAbsence = false, $testMessage = null, $helpHtml = null, $helpText = null, $optional = false)
          {
              $cfgValue = ini_get($cfgName);
      
              if (is_callable($evaluation)) {
      Severity: Minor
      Found in var/SymfonyRequirements.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 generateEmail has 27 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          private function generateEmail(Client $client)
          {
              $domains = [
                  'foo',
                  'bar',
      Severity: Minor
      Found in src/JdhmApi/DataFixtures/ORM/LoadClient.php - About 1 hr to fix

        Method generateNames has 27 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            private function generateNames(Client $client)
            {
                $firstNames = [
                    'Paul',
                    'Dave',
        Severity: Minor
        Found in src/JdhmApi/DataFixtures/ORM/LoadClient.php - About 1 hr to fix

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

              public function __construct($cfgName, $evaluation, $approveCfgAbsence = false, $testMessage = null, $helpHtml = null, $helpText = null, $optional = false)
          Severity: Major
          Found in var/SymfonyRequirements.php - About 50 mins to fix

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

                public function addPhpIniRequirement($cfgName, $evaluation, $approveCfgAbsence = false, $testMessage = null, $helpHtml = null, $helpText = null)
            Severity: Minor
            Found in var/SymfonyRequirements.php - About 45 mins to fix

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

                  public function addPhpIniRecommendation($cfgName, $evaluation, $approveCfgAbsence = false, $testMessage = null, $helpHtml = null, $helpText = null)
              Severity: Minor
              Found in var/SymfonyRequirements.php - About 45 mins to fix

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

                    public function __construct($fulfilled, $testMessage, $helpHtml, $helpText = null, $optional = false)
                Severity: Minor
                Found in var/SymfonyRequirements.php - About 35 mins to fix
                  Severity
                  Category
                  Status
                  Source
                  Language