Skip to content

Commit f543688

Browse files
committed
fix php doc comments
1 parent 6a93485 commit f543688

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/AssetManager/Asset/AggregateAsset.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class AggregateAsset extends BaseAsset
2121
/**
2222
* Constructor.
2323
*
24-
* @param string $content The content of the asset
24+
* @param array $content The array of assets to be merged
2525
* @param array $filters Filters for the asset
2626
* @param string $sourceRoot The source asset root directory
2727
* @param string $sourcePath The source asset path
@@ -65,6 +65,8 @@ public function getLastModified()
6565
}
6666

6767
/**
68+
* Loop through assets and merge content
69+
*
6870
* @param string $content
6971
*
7072
* @throws Exception\RuntimeException

0 commit comments

Comments
 (0)