Skip to content

Commit 95f7d27

Browse files
authored
making arg optional for BC
1 parent fee8b91 commit 95f7d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Asset/TagRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class TagRenderer
2323
public function __construct(
2424
$entrypointLookupCollection,
2525
Packages $packages,
26-
array $defaultAttributes
26+
array $defaultAttributes = []
2727
) {
2828
if ($entrypointLookupCollection instanceof EntrypointLookupInterface) {
2929
@trigger_error(sprintf('The "$entrypointLookupCollection" argument in method "%s()" must be an instance of EntrypointLookupCollection.', __METHOD__), E_USER_DEPRECATED);

0 commit comments

Comments
 (0)