Skip to content

Commit

Permalink
compatibility with AsseticExtension::getGlobals(): array
Browse files Browse the repository at this point in the history
  • Loading branch information
andreclemente authored Nov 28, 2019
1 parent abac348 commit 5d12637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assetic/Extension/Twig/AsseticExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function getFunctions()
return $functions;
}

public function getGlobals()
public function getGlobals(): array
{
return array(
'assetic' => array(
Expand Down

0 comments on commit 5d12637

Please sign in to comment.