Completed
Pull Request — master (#230)
by
unknown
65:23
created
DependencyInjection/Compiler/FilterPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
             [$filter['relations'][$urlType][$relationType]]
107 107
         );
108 108
         $definition->addMethodCall(
109
-            'set' . ucfirst($urlType) . 'Relation',
109
+            'set'.ucfirst($urlType).'Relation',
110 110
             [$relation]
111 111
         );
112 112
     }
Please login to merge, or discard this patch.