Passed
Pull Request — master (#5)
by Gerard van
06:43
created
src/Zicht/Tool/Configuration/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
                             ->arrayNode('do')
114 114
                                 ->beforeNormalization()
115 115
                                     ->ifString()->then($toArray)
116
-                                 ->end()
116
+                                    ->end()
117 117
                                 ->performNoDeepMerging()
118 118
                                 ->prototype('scalar')->end()
119 119
                                 ->defaultValue(array())
Please login to merge, or discard this patch.