MontealegreLuis/php-testing-tools

View on GitHub

Showing 68 of 68 total issues

Space before opening parenthesis of function call prohibited
Open

        $summary = $this->execute(fn (): TransferFundsSummary => parent::transfer($input));

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

                    fn ($visitor, MemberId $id, array $type): string => (string) $id

Space before opening parenthesis of function call prohibited
Open

                    fn ($visitor, CarbonImmutable $dateTime, array $type): string => $dateTime->format('Y-m-d H:i:s')

Space before opening parenthesis of function call prohibited
Open

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

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

                    fn ($visitor, Money $money, array $type): string => $money->getAmount()

Space before opening parenthesis of function call prohibited
Open

            new SimpleFunction('asset', fn (string $path): string => $this->asset($path)),
Severity
Category
Status
Source
Language