Closed Einenlum closed 9 years ago
if ($hasName) {
return $this->requestManipulator->getAttribute($request, $options['name']);
}
Maybe you can reuse resolveName(Request $request, $name)
?
ready to merge?
@docteurklein Yes, ready to merge :D
A string argument is now a
name
argument by default.Instead of using :
You can now use the short syntax :
arguments: [id]
is now equivalent toarguments: [{name: id}]
.(Thanks to @PedroTroller )