1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 05:07:41 +02:00

feat(expressions): types fixes

This commit is contained in:
Awilum
2022-09-13 12:50:55 +03:00
parent aaae75bc93
commit 6db2b799b2

View File

@@ -35,6 +35,9 @@ class MathExpression implements ExpressionFunctionProviderInterface
public const ROUND_HALF_ODD = PHP_ROUND_HALF_ODD;
public const ROUND_HALF_UP = PHP_ROUND_HALF_UP;
/**
* @phpstan-param self::ROUND_* $mode
*/
public function getFunctions()
{
return [