This repository was archived by the owner on Aug 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33/**
44 * This file is part of the mimmi20/laminasviewrenderer-vite-url package.
55 *
6- * Copyright (c) 2023-2025 , Thomas Mueller <mimmi20@live.de>
6+ * Copyright (c) 2023-2026 , Thomas Mueller <mimmi20@live.de>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
Original file line number Diff line number Diff line change 33/**
44 * This file is part of the mimmi20/laminasviewrenderer-vite-url package.
55 *
6- * Copyright (c) 2023-2025 , Thomas Mueller <mimmi20@live.de>
6+ * Copyright (c) 2023-2026 , Thomas Mueller <mimmi20@live.de>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
Original file line number Diff line number Diff line change 33/**
44 * This file is part of the mimmi20/laminasviewrenderer-vite-url package.
55 *
6- * Copyright (c) 2023-2025 , Thomas Mueller <mimmi20@live.de>
6+ * Copyright (c) 2023-2026 , Thomas Mueller <mimmi20@live.de>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
Original file line number Diff line number Diff line change 33/**
44 * This file is part of the mimmi20/laminasviewrenderer-vite-url package.
55 *
6- * Copyright (c) 2023-2025 , Thomas Mueller <mimmi20@live.de>
6+ * Copyright (c) 2023-2026 , Thomas Mueller <mimmi20@live.de>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
Original file line number Diff line number Diff line change 33/**
44 * This file is part of the mimmi20/laminasviewrenderer-vite-url package.
55 *
6- * Copyright (c) 2023-2025 , Thomas Mueller <mimmi20@live.de>
6+ * Copyright (c) 2023-2026 , Thomas Mueller <mimmi20@live.de>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
Original file line number Diff line number Diff line change 33/**
44 * This file is part of the mimmi20/laminasviewrenderer-vite-url package.
55 *
6- * Copyright (c) 2023-2025 , Thomas Mueller <mimmi20@live.de>
6+ * Copyright (c) 2023-2026 , Thomas Mueller <mimmi20@live.de>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
2121use function file_get_contents ;
2222use function is_file ;
2323use function json_decode ;
24- use function ltrim ;
24+ use function mb_ltrim ;
2525use function sprintf ;
2626
2727use const JSON_THROW_ON_ERROR ;
@@ -75,7 +75,7 @@ public function file(string $name): string
7575 }
7676
7777 if ($ this ->viteHost ) {
78- return $ this ->viteHost . '/ ' . ltrim ($ name , '/ ' );
78+ return $ this ->viteHost . '/ ' . mb_ltrim ($ name , '/ ' );
7979 }
8080
8181 $ view = $ this ->getView ();
Original file line number Diff line number Diff line change 33/**
44 * This file is part of the mimmi20/laminasviewrenderer-vite-url package.
55 *
6- * Copyright (c) 2023-2025 , Thomas Mueller <mimmi20@live.de>
6+ * Copyright (c) 2023-2026 , Thomas Mueller <mimmi20@live.de>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
Original file line number Diff line number Diff line change 33/**
44 * This file is part of the mimmi20/laminasviewrenderer-vite-url package.
55 *
6- * Copyright (c) 2023-2025 , Thomas Mueller <mimmi20@live.de>
6+ * Copyright (c) 2023-2026 , Thomas Mueller <mimmi20@live.de>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
Original file line number Diff line number Diff line change 33/**
44 * This file is part of the mimmi20/laminasviewrenderer-vite-url package.
55 *
6- * Copyright (c) 2023-2025 , Thomas Mueller <mimmi20@live.de>
6+ * Copyright (c) 2023-2026 , Thomas Mueller <mimmi20@live.de>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
Original file line number Diff line number Diff line change 33/**
44 * This file is part of the mimmi20/laminasviewrenderer-vite-url package.
55 *
6- * Copyright (c) 2023-2025 , Thomas Mueller <mimmi20@live.de>
6+ * Copyright (c) 2023-2026 , Thomas Mueller <mimmi20@live.de>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
You can’t perform that action at this time.
0 commit comments