luyadev/yii-helpers

View on GitHub

Showing 53 of 53 total issues

Avoid too many return statements within this method.
Open

            return 'n_numeric';
Severity: Major
Found in src/helpers/XLSXWriter.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                return 'n_date';
    Severity: Major
    Found in src/helpers/XLSXWriter.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

              return 'n_auto';
      Severity: Major
      Found in src/helpers/XLSXWriter.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                return $days + $seconds;
        Severity: Major
        Found in src/helpers/XLSXWriter.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                      return 'n_numeric';
          Severity: Major
          Found in src/helpers/XLSXWriter.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                        return 0;
            Severity: Major
            Found in src/helpers/XLSXWriter.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                          return 'n_date';
              Severity: Major
              Found in src/helpers/XLSXWriter.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                            return 0;
                Severity: Major
                Found in src/helpers/XLSXWriter.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                              return 'n_date';
                  Severity: Major
                  Found in src/helpers/XLSXWriter.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                return 'n_numeric';
                    Severity: Major
                    Found in src/helpers/XLSXWriter.php - About 30 mins to fix

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

                          public function writeSheetHeader($sheet_name, array $header_types, $col_options = null)
                          {
                              if (empty($sheet_name) || empty($header_types) || !empty($this->sheets[$sheet_name])) {
                                  return;
                              }
                      Severity: Minor
                      Found in src/helpers/XLSXWriter.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 finalizeSheet has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                      Open

                          protected function finalizeSheet($sheet_name)
                          {
                              if (empty($sheet_name) || $this->sheets[$sheet_name]->finalized) {
                                  return;
                              }
                      Severity: Minor
                      Found in src/helpers/XLSXWriter.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 contains has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                      Open

                          public static function contains($needle, $haystack, $strict = false)
                          {
                              $needles = (array) $needle;
                      
                              $state = false;
                      Severity: Minor
                      Found in src/helpers/StringHelper.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

                      Severity
                      Category
                      Status
                      Source
                      Language