MontealegreLuis/php-testing-tools

View on GitHub
ui/web/src/Adapters/Twig/Application/Templating/RouterExtension.php

Summary

Maintainability
A
0 mins
Test Coverage

Only one argument is allowed per line in a multi-line function call
Open

                fn (string $routeName, array $arguments = []): string => $this->urlFor($routeName, $arguments)

Space before opening parenthesis of function call prohibited
Open

                fn (string $routeName, array $arguments = []): string => $this->urlFor($routeName, $arguments)

Space before opening parenthesis of function call prohibited
Open

            new SimpleFunction('asset', fn (string $path): string => $this->asset($path)),

There are no issues that match your filters.

Category
Status