Skip to content

Commit 8a9b487

Browse files
committed
change asset aggregation method accessibility to private
1 parent f543688 commit 8a9b487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AssetManager/Asset/AggregateAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function getLastModified()
7171
*
7272
* @throws Exception\RuntimeException
7373
*/
74-
public function processContent($content)
74+
private function processContent($content)
7575
{
7676
$this->mimetype = null;
7777
foreach ($content as $asset) {

0 commit comments

Comments
 (0)