<?php interface LocaleAwareInterface { public function setLocale(string $locale); public function getLocale(); } interface TranslatorInterface extends LocaleAwareInterface { public function trans($id, array $parameters = [], $domain = null, $locale = null); public function transChoice($id, $number, array $parameters = [], $domain = null, $locale = null); public function setLocale($locale); public function getLocale(); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`