Showing 301 of 301 total issues

The method _ is not named in camelCase.
Open

public function _(string $message, array $parameters = [], ?string $domain = null, ?string $locale = null): string
{
return $this->getAdapter()->_($message, $parameters, $domain ?? $this->defaultDomain, $locale ?? $this->defaultLocale);
}
Severity: Minor
Found in src/Translator/Translator.php by phpmd
Severity
Category
Status
Source
Language