Skip to content

Commit

Permalink
Merge pull request #2 from deseretdigital/updateTwigVersion
Browse files Browse the repository at this point in the history
Ensure inherited method has correct signature
  • Loading branch information
Nate Christensen committed Dec 4, 2019
2 parents 58889cb + 8c0a8ea commit 50207b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Twig/InlineCssExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getTokenParsers()
/**
* {@inheritDoc}
*/
public function getGlobals()
public function getGlobals(): array
{
return array(
'inlinecss' => $this->inlineCss,
Expand Down

0 comments on commit 50207b2

Please sign in to comment.