src/Utils/NormalizedName.php
syntax error, unexpected 'fn' (T_STRING), expecting :: (T_PAAMAYIM_NEKUDOTAYIM)
Open
Open
static fn(array $matches): string => "{$matches[1]}-{$matches[2]}",
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 12 Open
Open
static fn(array $matches): string => "{$matches[1]}-{$matches[2]}",
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 12 Open
Open
static fn(string $element): string => ucfirst(strtolower($element)),
- Exclude checks