Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 300f157

Browse filesBrowse files
committed
fabbot
1 parent 3d07dee commit 300f157
Copy full SHA for 300f157

File tree

Expand file treeCollapse file tree

1 file changed

+4
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-5
lines changed

‎src/Symfony/Component/AssetMapper/ImportMap/JavaScriptImport.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/ImportMap/JavaScriptImport.php
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@
1919
final class JavaScriptImport
2020
{
2121
/**
22-
* @param string $importName The name of the import needed in the importmap, e.g. "/foo.js" or "react"
23-
* @param MappedAsset $asset The asset that was imported
24-
* @param bool $addImplicitlyToImportMap Whether this import should be added to the importmap automatically
22+
* @param string $importName The name of the import needed in the importmap, e.g. "/foo.js" or "react"
23+
* @param MappedAsset $asset The asset that was imported
24+
* @param bool $addImplicitlyToImportMap Whether this import should be added to the importmap automatically
2525
*/
2626
public function __construct(
2727
public readonly string $importName,
2828
public readonly MappedAsset $asset,
2929
public readonly bool $isLazy = false,
3030
public bool $addImplicitlyToImportMap = false,
31-
)
32-
{
31+
) {
3332
}
3433
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.