We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a93485 commit f543688Copy full SHA for f543688
src/AssetManager/Asset/AggregateAsset.php
@@ -21,7 +21,7 @@ class AggregateAsset extends BaseAsset
21
/**
22
* Constructor.
23
*
24
- * @param string $content The content of the asset
+ * @param array $content The array of assets to be merged
25
* @param array $filters Filters for the asset
26
* @param string $sourceRoot The source asset root directory
27
* @param string $sourcePath The source asset path
@@ -65,6 +65,8 @@ public function getLastModified()
65
}
66
67
68
+ * Loop through assets and merge content
69
+ *
70
* @param string $content
71
72
* @throws Exception\RuntimeException
0 commit comments