Skip to content

Commit e7ead84

Browse files
joe-walkerJoe Walker
and
Joe Walker
authored
Fix return type signature of AsseticExtension::getGlobals() (#35)
Co-authored-by: Joe Walker <[email protected]>
1 parent f5fd341 commit e7ead84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Assetic/Extension/Twig/AsseticExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getFunctions()
4545
return $functions;
4646
}
4747

48-
public function getGlobals()
48+
public function getGlobals(): array
4949
{
5050
return array(
5151
'assetic' => array(

0 commit comments

Comments
 (0)