Completed
Push — master ( 85beca...982948 )
by
17:40
created
DependencyInjection/AbstractResourceConfiguration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
             ->end()
211 211
             ->beforeNormalization()
212 212
             ->ifString()
213
-                ->then(function ($v) {
213
+                ->then(function($v) {
214 214
                     return array(
215 215
                         AbstractResourceConfiguration::DEFAULT_KEY => $v,
216 216
                     );
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
             'resources' => array(),
229 229
         ), $configs);
230 230
 
231
-        if(!empty($configs['object_manager'])) {
231
+        if (!empty($configs['object_manager'])) {
232 232
             $node->append($this->createObjectManagerNode($configs['object_manager']));
233 233
         }
234 234
 
Please login to merge, or discard this patch.