Completed
Pull Request — master (#397)
by De Cramer
02:34
created
eXpansion/Framework/AdminGroups/DependencyInjection/Compiler/ConfigPass.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -49,11 +49,11 @@
 block discarded – undo
49 49
     }
50 50
 
51 51
         /**
52
-     * Create the config services.
53
-     *
54
-     * @param $groups
55
-     * @param ContainerBuilder $container
56
-     */
52
+         * Create the config services.
53
+         *
54
+         * @param $groups
55
+         * @param ContainerBuilder $container
56
+         */
57 57
     protected function createConfigs($groups, $permissions, ContainerBuilder $container)
58 58
     {
59 59
         $configManager = $container->findDefinition(ConfigManagerInterface::class);
Please login to merge, or discard this patch.