Code Duplication    Length = 5-5 lines in 2 locations

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

@@ 60-64 (lines=5) @@
57
            new BenGorUserBundle(),
58
        ];
59
60
        if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
61
            $bundles[] = new DebugBundle();
62
            $bundles[] = new SensioDistributionBundle();
63
            $bundles[] = new WebProfilerBundle();
64
        }
65
66
        return $bundles;
67
    }

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

@@ 54-58 (lines=5) @@
51
            new WarezgibzzzQueryBusBundle(),
52
        ];
53
54
        if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
55
            $bundles[] = new DebugBundle();
56
            $bundles[] = new SensioDistributionBundle();
57
            $bundles[] = new WebProfilerBundle();
58
        }
59
60
        return $bundles;
61
    }