* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Intl\Data\Bundle\Writer; use Symfony\Component\VarExporter\VarExporter; /** * Writes .php resource bundles. * * @author Bernhard Schussek * * @internal */ class PhpBundleWriter implements BundleWriterInterface { public function write(string $path, string $locale, mixed $data): void { $template = <<<'TEMPLATE'