Skip to content

Commit

Permalink
string => number
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Mar 14, 2018
1 parent 63a5bc4 commit f9be3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lib/Twig/Extension/Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ public function getFunctions()
*/
public function getName()
{
return 'string';
return 'number';
}
}

0 comments on commit f9be3b1

Please sign in to comment.