luyadev/luya-module-cms

View on GitHub

Showing 326 of 326 total issues

Method actionCreate has 89 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function actionCreate()
    {
        if (empty($this->type)) {
            Console::clearScreenBeforeCursor();
            $this->type = $this->select('Do you want to create an app or module Block?', [
Severity: Major
Found in src/frontend/commands/BlockController.php - About 3 hrs to fix

    Method testAppBlock has 89 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function testAppBlock()
        {
            $tpl = <<<'EOT'
    <?php
    
    
    Severity: Major
    Found in tests/src/frontend/commands/BlockControllerTest.php - About 3 hrs to fix

      File BlockPlaceholderIterationTest.php has 313 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      <?php
      
      namespace cmstests\data\blocks;
      
      use cmstests\CmsFrontendTestCase;
      Severity: Minor
      Found in tests/src/base/BlockPlaceholderIterationTest.php - About 3 hrs to fix

        NavItem has 29 functions (exceeds 20 allowed). Consider refactoring.
        Open

        class NavItem extends ActiveRecord implements GenericSearchInterface
        {
            public const TYPE_PAGE = 1;
        
            public const TYPE_MODULE = 2;
        Severity: Minor
        Found in src/models/NavItem.php - About 3 hrs to fix

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

                      130 =>
                      [
                              'id' => '130',
                              'nav_id' => '54',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      140 =>
                      [
                              'id' => '140',
                              'nav_id' => '66',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      142 =>
                      [
                              'id' => '142',
                              'nav_id' => '68',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      139 =>
                      [
                              'id' => '139',
                              'nav_id' => '65',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      148 =>
                      [
                              'id' => '148',
                              'nav_id' => '75',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      132 =>
                      [
                              'id' => '132',
                              'nav_id' => '57',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      134 =>
                      [
                              'id' => '134',
                              'nav_id' => '92',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      137 =>
                      [
                              'id' => '137',
                              'nav_id' => '61',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      147 =>
                      [
                              'id' => '147',
                              'nav_id' => '74',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      135 =>
                      [
                              'id' => '135',
                              'nav_id' => '59',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      131 =>
                      [
                              'id' => '131',
                              'nav_id' => '56',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      151 =>
                      [
                              'id' => '151',
                              'nav_id' => '77',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      138 =>
                      [
                              'id' => '138',
                              'nav_id' => '62',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      149 =>
                      [
                              'id' => '149',
                              'nav_id' => '83',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      146 =>
                      [
                              'id' => '146',
                              'nav_id' => '72',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1336..1367
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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 22 locations. Consider refactoring.
          Open

                      143 =>
                      [
                              'id' => '143',
                              'nav_id' => '69',
                              'lang' => 'fr',
          Severity: Major
          Found in tests/src/menu/_dataFrArray.php and 21 other locations - About 3 hrs to fix
          tests/src/menu/_dataFrArray.php on lines 703..734
          tests/src/menu/_dataFrArray.php on lines 760..791
          tests/src/menu/_dataFrArray.php on lines 792..823
          tests/src/menu/_dataFrArray.php on lines 824..855
          tests/src/menu/_dataFrArray.php on lines 856..887
          tests/src/menu/_dataFrArray.php on lines 888..919
          tests/src/menu/_dataFrArray.php on lines 920..951
          tests/src/menu/_dataFrArray.php on lines 952..983
          tests/src/menu/_dataFrArray.php on lines 984..1015
          tests/src/menu/_dataFrArray.php on lines 1016..1047
          tests/src/menu/_dataFrArray.php on lines 1048..1079
          tests/src/menu/_dataFrArray.php on lines 1080..1111
          tests/src/menu/_dataFrArray.php on lines 1112..1143
          tests/src/menu/_dataFrArray.php on lines 1144..1175
          tests/src/menu/_dataFrArray.php on lines 1176..1207
          tests/src/menu/_dataFrArray.php on lines 1208..1239
          tests/src/menu/_dataFrArray.php on lines 1240..1271
          tests/src/menu/_dataFrArray.php on lines 1272..1303
          tests/src/menu/_dataFrArray.php on lines 1304..1335
          tests/src/menu/_dataFrArray.php on lines 1368..1399
          tests/src/menu/_dataFrArray.php on lines 1400..1431

          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 151.

          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

          Severity
          Category
          Status
          Source
          Language