Skip to content

Commit

Permalink
Fix return type signature of AsseticExtension::getGlobals() (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Walker <[email protected]>
  • Loading branch information
joe-walker and Joe Walker authored Jul 7, 2022
1 parent f5fd341 commit e7ead84
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 @@ -45,7 +45,7 @@ public function getFunctions()
return $functions;
}

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

0 comments on commit e7ead84

Please sign in to comment.