Completed
Push — master ( 982948...71f819 )
by
11:54
created
DependencyInjection/AbstractResourceConfiguration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
195 195
             ->end()
196 196
             ->beforeNormalization()
197 197
             ->ifString()
198
-                ->then(function ($v) {
198
+                ->then(function($v) {
199 199
                     return array(
200 200
                         AbstractResourceConfiguration::DEFAULT_KEY => $v,
201 201
                     );
Please login to merge, or discard this patch.