Skip to content

Commit

Permalink
Fix signature for Globals Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanchilvers committed Jan 27, 2020
1 parent e8131d0 commit 56144f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twig/GlobalsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct(array $globals)
/**
* @author Ronan Chilvers <ronan@d3r.com>
*/
public function getGlobals()
public function getGlobals(): array
{
return $this->globals;
}
Expand Down

0 comments on commit 56144f1

Please sign in to comment.