Showing 301 of 301 total issues
The method _ is not named in camelCase. Open
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); }
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks