You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Asset/TagRenderer.php
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,6 @@ class TagRenderer implements ResetInterface
25
25
private$defaultAttributes;
26
26
private$defaultScriptAttributes;
27
27
private$defaultLinkAttributes;
28
-
/**
29
-
* @var EventDispatcherInterface|null
30
-
*/
31
28
private$eventDispatcher;
32
29
33
30
private$renderedFiles = [];
@@ -37,7 +34,8 @@ public function __construct(
37
34
Packages$packages,
38
35
array$defaultAttributes = [],
39
36
array$defaultScriptAttributes = [],
40
-
array$defaultLinkAttributes = []
37
+
array$defaultLinkAttributes = [],
38
+
EventDispatcherInterface$eventDispatcher = null
41
39
) {
42
40
if ($entrypointLookupCollectioninstanceof EntrypointLookupInterface) {
43
41
@trigger_error(sprintf('The "$entrypointLookupCollection" argument in method "%s()" must be an instance of EntrypointLookupCollection.', __METHOD__), E_USER_DEPRECATED);
0 commit comments