File tree 2 files changed +4
-4
lines changed
src/Symfony/Component/AssetMapper
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ final class JavaScriptImport
20
20
{
21
21
/**
22
22
* @param string $importName The name of the import needed in the importmap, e.g. "/foo.js" or "react".
23
- * @param bool $isLazy Whether this import was lazy or eager.
23
+ * @param bool $isLazy whether this import was lazy or eager
24
24
*/
25
25
public function __construct (
26
26
public string $ importName ,
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ final class MappedAsset
44
44
private array $ javaScriptImports = [];
45
45
46
46
/**
47
- * @param MappedAsset[] $dependencies Assets that the content of this asset depends on.
48
- * @param string[] $fileDependencies Files that the content of this asset depends on.
47
+ * @param MappedAsset[] $dependencies assets that the content of this asset depends on
48
+ * @param string[] $fileDependencies files that the content of this asset depends on
49
49
*/
50
50
public function __construct (
51
51
public readonly string $ logicalPath ,
@@ -97,7 +97,7 @@ public function getDependencies(): array
97
97
return $ this ->dependencies ;
98
98
}
99
99
100
- public function addDependency (MappedAsset $ asset ): void
100
+ public function addDependency (self $ asset ): void
101
101
{
102
102
$ this ->dependencies [] = $ asset ;
103
103
}
You can’t perform that action at this time.
0 commit comments