Skip to content

Commit

Permalink
Add return type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
frostieDE committed Jul 28, 2024
1 parent 00b486f commit 086377e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twig/WebpackEntryCssSourceExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function __construct(private readonly EntrypointLookupInterface $entrypoi

}

public function getFunctions() {
public function getFunctions(): array {
return [
new TwigFunction('css_source', [ $this, 'getCssSource'])
];
Expand Down

0 comments on commit 086377e

Please sign in to comment.