Code Duplication    Length = 5-5 lines in 2 locations

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

@@ 67-71 (lines=5) @@
64
            new BenGorUserBundle(),
65
        ];
66
67
        if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
68
            $bundles[] = new DebugBundle();
69
            $bundles[] = new SensioDistributionBundle();
70
            $bundles[] = new WebProfilerBundle();
71
        }
72
73
        return $bundles;
74
    }

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

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