Skip to content

Commit

Permalink
Added missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusiggstrom committed Jan 29, 2020
1 parent a417a33 commit 30dab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Twig/PusherExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(Pusher $pusher)
/**
* @return array
*/
public function getGlobals()
public function getGlobals(): array
{
return [
'pusher_key' => $this->pusher->getSettings()['auth_key'],
Expand Down

0 comments on commit 30dab81

Please sign in to comment.