Showing 68 of 68 total issues
Space before opening parenthesis of function call prohibited Open
Open
new TwigFunction('money_amount', fn (int $amount): string => $this->formatMoneyAmount($amount)),
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
new SimpleFunction('asset', fn (string $path): string => $this->asset($path)),
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
fn ($visitor, Money $money, array $type): string => $money->getAmount()
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
fn ($visitor, MemberId $id, array $type): string => (string) $id
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
new TwigFunction('money', fn (Money $money): string => $this->formatMoney($money)),
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
$summary = $this->execute(fn (): TransferFundsSummary => parent::transfer($input));
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
fn ($visitor, CarbonImmutable $dateTime, array $type): string => $dateTime->format('Y-m-d H:i:s')
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
new TwigFunction('member', fn (Member $member): string => $this->formatMember($member)),
- Exclude checks