Code Duplication    Length = 6-6 lines in 2 locations

IdentityAccess/src/Kreta/IdentityAccess/Infrastructure/Symfony/Framework/AppKernel.php 1 location

@@ 90-95 (lines=6) @@
87
            new BenGorUserBundle(),
88
        ];
89
90
        if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
91
            $bundles[] = new DebugBundle();
92
            $bundles[] = new DoctrineFixturesBundle();
93
            $bundles[] = new SensioDistributionBundle();
94
            $bundles[] = new WebProfilerBundle();
95
        }
96
97
        return $bundles;
98
    }

TaskManager/src/Kreta/TaskManager/Infrastructure/Symfony/Framework/AppKernel.php 1 location

@@ 64-69 (lines=6) @@
61
            new WarezgibzzzQueryBusBundle(),
62
        ];
63
64
        if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
65
            $bundles[] = new DebugBundle();
66
            $bundles[] = new DoctrineFixturesBundle();
67
            $bundles[] = new SensioDistributionBundle();
68
            $bundles[] = new WebProfilerBundle();
69
        }
70
71
        return $bundles;
72
    }