Skip to content

Commit 8548f49

Browse files
committed
1 parent d972ae8 commit 8548f49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lib/Asset/ProvisionedPathResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
* @param array<string, array<string, string>> $resolvedPaths
1616
*/
1717
public function __construct(
18-
private array $resolvedPaths,
18+
private array $resolvedPaths,
1919
private AssetPathResolverInterface $innerResolver,
20-
private string $webRootDir
20+
private string $webRootDir
2121
) {
2222
}
2323

src/lib/Templating/Twig/TwigThemeLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
public function __construct(
2323
private TemplateNameResolverInterface $nameResolver,
2424
private TemplatePathRegistryInterface $pathRegistry,
25-
private FilesystemLoader $innerFilesystemLoader
25+
private FilesystemLoader $innerFilesystemLoader
2626
) {
2727
}
2828

0 commit comments

Comments
 (0)