MontealegreLuis/php-testing-tools

View on GitHub
ewallet/src/Adapters/Twig/Ewallet/Extensions/EwalletExtension.php

Summary

Maintainability
A
0 mins
Test Coverage

Space before opening parenthesis of function call prohibited
Open

            new TwigFunction('member', fn (Member $member): string => $this->formatMember($member)),

Space before opening parenthesis of function call prohibited
Open

            new TwigFunction('money_amount', fn (int $amount): string => $this->formatMoneyAmount($amount)),

Space before opening parenthesis of function call prohibited
Open

            new TwigFunction('money', fn (Money $money): string => $this->formatMoney($money)),

There are no issues that match your filters.

Category
Status