Skip to content
Snippets Groups Projects
Commit eb037e0d authored by Alan Delval's avatar Alan Delval Committed by Vladimir Roudakov
Browse files

Issue #3487659 by alan delval, abhishek_gupta1, liam morland: TypeError:...

Issue #3487659 by alan delval, abhishek_gupta1, liam morland: TypeError: ..\MetadataBubblingUrlGenerator::generateFromRoute(): Argument #2 ($parameters) must be of type array
parent 2bf377e9
Branches
Tags 8.x-1.6
1 merge request!17Changed NULL argument to empty Array
......@@ -340,7 +340,7 @@ class Toc implements TocInterface {
'#markup' => $header_html,
'#allowed_tags' => $this->getAllowedTags(),
],
'url' => Url::fromRoute('<none>', NULL, [
'url' => Url::fromRoute('<none>', [], [
'fragment' => $header_id,
]
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment