8000 fabbot · symfony/symfony@d40ed00 · GitHub
[go: up one dir, main page]

Skip to content

Commit d40ed00

Browse files
committed
fabbot
1 parent d4c3d54 commit d40ed00

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Symfony/Component/AssetMapper/ImportMap/ImportMapEntry.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ private function __construct(
2727
public readonly string $path,
2828
public readonly bool $isEntrypoint,
2929
/**
30-
* The version of the package (remote only)
30+
* The version of the package (remote only).
3131
*/
3232
public readonly ?string $version,
3333
/**
34-
* The full "package-name/path" (remote only)
34+
* The full "package-name/path" (remote only).
3535
*/
3636
public readonly ?string $packageModuleSpecifier,
37-
)
38-
{
37+
) {
3938
}
4039

4140
public static function createLocal(string $importName, ImportMapType $importMapType, string $path, bool $isEntrypoint): self

0 commit comments

Comments
 (0)
0