Skip to content

Commit

Permalink
refactor: review twig extension return type-hints (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif authored Dec 14, 2023
1 parent 9c873c7 commit 1ace342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Twig/DataGridExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function getGlobals(): array
*
* @return array An array of functions
*/
public function getFunctions()
public function getFunctions(): array
{
return [
new TwigFunction('grid', [$this, 'getGrid'], [
Expand Down

0 comments on commit 1ace342

Please sign in to comment.