ui/web/src/Adapters/Twig/Application/Templating/RouterExtension.php
Only one argument is allowed per line in a multi-line function call Open
Open
fn (string $routeName, array $arguments = []): string => $this->urlFor($routeName, $arguments)
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
fn (string $routeName, array $arguments = []): string => $this->urlFor($routeName, $arguments)
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
new SimpleFunction('asset', fn (string $path): string => $this->asset($path)),
- Exclude checks