Passed
Push — remove_compat_layer ( 375a77...c48121 )
by Doug
15:22 queued 11:54
created
src/Extension.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
         $builder
66 66
             ->children()
67 67
                 ->booleanNode('branchAndPathCoverage')
68
-                  ->defaultNull() // use null to mean auto
68
+                    ->defaultNull() // use null to mean auto
69 69
                 ->end()
70 70
                 ->arrayNode('filter')
71 71
                     ->addDefaultsIfNotSet()
@@ -80,17 +80,17 @@  discard block
 block discarded – undo
80 80
                             ->addDefaultsIfNotSet()
81 81
                             ->children()
82 82
                                 ->arrayNode('directories')
83
-                                   ->useAttributeAsKey('name')
84
-                                   ->normalizeKeys(false)
85
-                                   ->prototype('array')
86
-                                       ->children()
87
-                                           ->scalarNode('prefix')->defaultValue('')->end()
88
-                                           ->scalarNode('suffix')->defaultValue('.php')->end()
89
-                                       ->end()
90
-                                   ->end()
83
+                                    ->useAttributeAsKey('name')
84
+                                    ->normalizeKeys(false)
85
+                                    ->prototype('array')
86
+                                        ->children()
87
+                                            ->scalarNode('prefix')->defaultValue('')->end()
88
+                                            ->scalarNode('suffix')->defaultValue('.php')->end()
89
+                                        ->end()
90
+                                    ->end()
91 91
                                 ->end()
92 92
                                 ->arrayNode('files')
93
-                                   ->prototype('scalar')->end()
93
+                                    ->prototype('scalar')->end()
94 94
                                 ->end()
95 95
                             ->end()
96 96
                         ->end()
@@ -98,17 +98,17 @@  discard block
 block discarded – undo
98 98
                             ->addDefaultsIfNotSet()
99 99
                             ->children()
100 100
                                 ->arrayNode('directories')
101
-                                   ->useAttributeAsKey('name')
102
-                                   ->normalizeKeys(false)
103
-                                   ->prototype('array')
104
-                                       ->children()
105
-                                           ->scalarNode('prefix')->defaultValue('')->end()
106
-                                           ->scalarNode('suffix')->defaultValue('.php')->end()
107
-                                       ->end()
108
-                                   ->end()
101
+                                    ->useAttributeAsKey('name')
102
+                                    ->normalizeKeys(false)
103
+                                    ->prototype('array')
104
+                                        ->children()
105
+                                            ->scalarNode('prefix')->defaultValue('')->end()
106
+                                            ->scalarNode('suffix')->defaultValue('.php')->end()
107
+                                        ->end()
108
+                                    ->end()
109 109
                                 ->end()
110 110
                                 ->arrayNode('files')
111
-                                   ->prototype('scalar')->end()
111
+                                    ->prototype('scalar')->end()
112 112
                                 ->end()
113 113
                             ->end()
114 114
                         ->end()
Please login to merge, or discard this patch.